From: Han Gao Date: Fri, 22 Mar 2024 07:22:32 +0000 (+0000) Subject: fix: remove find partuuid X-Git-Tag: accepted/tizen/unified/x/20241031.045847~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce1890d0dcc0d2f58d128104c1121fcdf3f4ddd9;p=platform%2Fkernel%2Fu-boot-thead.git fix: remove find partuuid Signed-off-by: Han Gao --- diff --git a/include/configs/light-c910.h b/include/configs/light-c910.h index 798ff523..189bc102 100644 --- a/include/configs/light-c910.h +++ b/include/configs/light-c910.h @@ -163,9 +163,8 @@ "load_c906_audio=load mmc ${mmcdev}:${mmcbootpart} $fwaddr light_c906_audio.bin;cp.b $fwaddr $audio_ram_addr $filesize\0" \ "load_str=load mmc ${mmcdev}:${mmcbootpart} $fwaddr str.bin;cp.b $fwaddr $str_ram_addr $filesize\0" \ "load_opensbi=load mmc ${mmcdev}:${mmcbootpart} $opensbi_addr fw_dynamic.bin\0" \ - "finduuid=part uuid mmc ${mmcdev}:${mmcpart} uuid\0" \ "bootcmd_load=run mmc_select; run load_aon; run load_c906_audio; run load_str; run load_opensbi\0" \ - "bootcmd=run bootcmd_load; bootslave; 、sysboot mmc ${mmcdev}:${mmcbootpart} any $boot_conf_addr_r $boot_conf_file;\0" \ + "bootcmd=run bootcmd_load; bootslave; sysboot mmc ${mmcdev}:${mmcbootpart} any $boot_conf_addr_r $boot_conf_file;\0" \ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ "\0"