projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b2483
)
scripts: mkbootimg_rpi4.sh: Remove rename for kernel7l.img.
author
Hoegeun Kwon
<hoegeun.kwon@samsung.com>
Tue, 17 Sep 2019 08:54:39 +0000
(17:54 +0900)
committer
Hoegeun Kwon
<hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:43:54 +0000
(17:43 +0900)
Use origin kernel image name(zImage) because of specified kernel in
the config.txt file.
Change-Id: If4a255fb3b89a892a1e7305b6ae6a33829730ae5
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
scripts/mkbootimg_rpi4.sh
patch
|
blob
|
history
diff --git
a/scripts/mkbootimg_rpi4.sh
b/scripts/mkbootimg_rpi4.sh
index
4ad908d
..
7baeef7
100755
(executable)
--- a/
scripts/mkbootimg_rpi4.sh
+++ b/
scripts/mkbootimg_rpi4.sh
@@
-18,7
+18,7
@@
cp -a $BOOT_PATH/bootcode.bin ./tmp
cp -a $BOOT_PATH/start*.elf ./tmp
cp -a $BOOT_PATH/fixup*.dat ./tmp
cp -a $BOOT_PATH/cmdline.txt ./tmp
-cp -a arch/arm/boot/zImage ./tmp
/kernel7l.img
+cp -a arch/arm/boot/zImage ./tmp
cp -a arch/arm/boot/dts/bcm*.dtb ./tmp
sync