scripts: mkbootimg_rpi4.sh: Remove cmdline.txt
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 2 Dec 2019 00:50:36 +0000 (09:50 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:43:56 +0000 (17:43 +0900)
The cmdline.txt file is unnecessary so remove it in the script also
delete real file.

Change-Id: Ia02af211e9e46df1de413c3c9724cc54d82fcd10
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
rpi4/boot/cmdline.txt [deleted file]
scripts/mkbootimg_rpi4.sh

diff --git a/rpi4/boot/cmdline.txt b/rpi4/boot/cmdline.txt
deleted file mode 100644 (file)
index de40550..0000000
+++ /dev/null
@@ -1 +0,0 @@
-dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait plymouth.ignore-serial-consoles
index d47384f..194007f 100755 (executable)
@@ -17,7 +17,6 @@ cp -a $BOOT_PATH/LICENCE.broadcom ./tmp
 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
 cp -a arch/arm/boot/dts/bcm*.dtb ./tmp