mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
ti_armv7_common: env: Use FIT image configs by default
This allows us to specify a FIT configuration that will automatically use the correct images from the FIT blob. Signed-off-by: Andrew F. Davis <afd@ti.com>
This commit is contained in:
parent
4e2fdf4511
commit
2170652d98
1 changed files with 1 additions and 2 deletions
|
@ -124,8 +124,7 @@
|
|||
"fit_bootfile=fitImage.itb\0" \
|
||||
"update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}\0" \
|
||||
"args_fit=setenv bootargs console=${console} \0" \
|
||||
"loadfit=run args_fit; bootm ${loadaddr}:kernel@1 " \
|
||||
"${loadaddr}:ramdisk@1 ${loadaddr}:${fdtfile};\0" \
|
||||
"loadfit=run args_fit; bootm ${loadaddr}#${fdtfile};\0" \
|
||||
|
||||
/*
|
||||
* DDR information. If the CONFIG_NR_DRAM_BANKS is not defined,
|
||||
|
|
Loading…
Reference in a new issue