scripts: mkbootimg_rpi4.sh: Remove rename for kernel7l.img.
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 17 Sep 2019 08:54:39 +0000 (17:54 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 7 Feb 2022 07:09:31 +0000 (16:09 +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

index 4ad908d..7baeef7 100755 (executable)
@@ -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