include: configs: light-c910.h: allow boot partition use other filesystem type
authorLu Hui <luhui@sipeed.com>
Wed, 23 Aug 2023 09:53:55 +0000 (17:53 +0800)
committerHan Gao <rabenda.cn@gmail.com>
Sat, 2 Sep 2023 17:40:15 +0000 (01:40 +0800)
include/configs/light-c910.h

index 63f99ef59d8487d29dd0bad1588b60dd6d838f90..333c9c8cebac2385619b3331645bbd8eb0b13491 100644 (file)
        "uuid_rootfsA=80a5a8e9-c744-491a-93c1-4f4194fd690a\0" \
        "partitions=name=table,size=2031KB;name=boot,size=500MiB,type=boot;name=root,size=-,type=linux,uuid=${uuid_rootfsA}\0" \
        "gpt_partition=gpt write mmc ${mmcdev} $partitions\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" \
+       "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" \
        "finduuid=part uuid mmc ${mmcdev}:${mmcpart} uuid\0" \
-       "bootcmd_load=run findpart;run load_aon;run load_c906_audio; ext4load mmc ${mmcdev}:${mmcbootpart} $opensbi_addr fw_dynamic.bin\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" \
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
        "\0"