aboutsummaryrefslogtreecommitdiff
path: root/include/configs/light-c910.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/light-c910.h')
-rw-r--r--include/configs/light-c910.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/light-c910.h b/include/configs/light-c910.h
index baaa2966..aa805006 100644
--- a/include/configs/light-c910.h
+++ b/include/configs/light-c910.h
@@ -159,9 +159,11 @@
"gpt_partition=gpt write mmc ${mmcdev} $partitions\0" \
"load_aon=load mmc ${mmcdev}:${mmcbootpart} $fwaddr light_aon_fpga.bin;cp.b $fwaddr $aon_ram_addr $filesize\0" \
"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 findpart;run load_aon;run load_c906_audio; load mmc ${mmcdev}:${mmcbootpart} $opensbi_addr fw_dynamic.bin\0" \
- "bootcmd=run bootcmd_load; bootslave; sysboot mmc ${mmcdev}:${mmcbootpart} any $boot_conf_addr_r $boot_conf_file;\0" \
+ "bootcmd_load=run load_aon; run load_c906_audio; run load_str; run load_opensbi\0" \
+ "bootcmd=run bootcmd_load; bootslave; run finduuid; sysboot mmc ${mmcdev}:${mmcbootpart} any $boot_conf_addr_r $boot_conf_file;\0" \
"fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
"\0"