mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
configs: starfive: update jh7100.h for importing u74_uEnv.txt for testing
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com>
This commit is contained in:
parent
86ffad8330
commit
376db17792
1 changed files with 9 additions and 0 deletions
|
@ -61,9 +61,18 @@
|
|||
"mmcdev=0\0" \
|
||||
"mmcpart=3\0"
|
||||
|
||||
#define STARLIGHT_TEST_BOOTENV \
|
||||
"testpart=0:1\0" \
|
||||
"testenv=u74_uEnv.txt\0" \
|
||||
"mmcsetup=mmc part\0" \
|
||||
"fdtsetup=fdt addr ${fdtcontroladdr}\0" \
|
||||
"fatenv=fatload mmc ${testpart} ${loadaddr} ${testenv};" \
|
||||
"env import -t ${loadaddr} ${filesize}\0"
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
STARLIGHT_FEDORA_BOOTENV \
|
||||
"loadaddr=0xa0000000\0" \
|
||||
STARLIGHT_TEST_BOOTENV \
|
||||
"loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
|
||||
"ext4bootenv=ext4load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootenv}\0" \
|
||||
"importbootenv=echo Importing environment from mmc${mmcdev} ...; " \
|
||||
|
|
Loading…
Add table
Reference in a new issue