diff options
author | Han Gao <gaohan@iscas.ac.cn> | 2024-03-22 07:22:32 +0000 |
---|---|---|
committer | Han Gao/Revy/Rabenda <rabenda.cn@gmail.com> | 2024-03-24 06:57:04 -0500 |
commit | ce1890d0dcc0d2f58d128104c1121fcdf3f4ddd9 (patch) | |
tree | bdf621189168655259379dd53a59a88cab93cc4c | |
parent | 9893f1a2c0877dafea91d39ed35813cf941b3b15 (diff) |
fix: remove find partuuid20240324
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
-rw-r--r-- | include/configs/light-c910.h | 3 |
1 files changed, 1 insertions, 2 deletions
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" |