From: Han Gao Date: Tue, 9 May 2023 18:23:55 +0000 (+0800) Subject: fix: fix bootargs X-Git-Tag: accepted/tizen/unified/x/20240510.061411~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fd098d1908690cf6564b2ce3345830615097c92;p=platform%2Fkernel%2Fu-boot-thead.git fix: fix bootargs Signed-off-by: Han Gao --- diff --git a/include/configs/light-c910.h b/include/configs/light-c910.h index 74d04c4f..4bd87514 100644 --- a/include/configs/light-c910.h +++ b/include/configs/light-c910.h @@ -444,7 +444,7 @@ "partitions=name=table,size=2031KB;name=boot,size=500MiB,type=boot;name=root,size=6000MiB,type=linux,uuid=${uuid_rootfsA}\0" \ "finduuid=part uuid mmc ${mmcdev}:${mmcpart} uuid\0" \ "gpt_partition=gpt write mmc ${mmcdev} $partitions\0" \ - "setenv bootargs console=ttyS0,115200 root=PARTUUID=${uuid_rootfsA} rootfstype=ext4 rootwait rw earlycon clk_ignore_unused loglevel=7 eth=$ethaddr rootrwoptions=rw,noatime rootrwreset=${factory_reset} init=/lib/systemd/systemd\0" \ + "set_bootargs=setenv bootargs console=ttyS0,115200 root=PARTUUID=${uuid_rootfsA} rootfstype=ext4 rootwait rw earlycon clk_ignore_unused loglevel=7 eth=$ethaddr rootrwoptions=rw,noatime rootrwreset=${factory_reset} init=/lib/systemd/systemd\0" \ "load_aon=ext4load mmc ${mmcdev}:${mmcbootpart} $fwaddr light_aon_fpga.bin;cp.b $fwaddr $aon_ram_addr $filesize\0"\ "load_c906_audio=ext4load mmc ${mmcdev}:${mmcbootpart} $fwaddr light_c906_audio.bin;cp.b $fwaddr $audio_ram_addr $filesize\0"\ "bootcmd_load=run findpart;run load_aon;run load_c906_audio; ext4load mmc ${mmcdev}:${mmcbootpart} $opensbi_addr fw_dynamic.bin; ext4load mmc ${mmcdev}:${mmcbootpart} $dtb_addr ${fdt_file}; ext4load mmc ${mmcdev}:${mmcbootpart} $kernel_addr Image\0" \