ti_armv7_common: env: Change FIT image name to match build name
The most common name for a FIT image containing a bootable kernel is "fitImage", as our builds now use this name also, change this to the default in our U-Boot environment. Signed-off-by: Andrew F. Davis <afd@ti.com>
This commit is contained in:
parent
6e1eb089be
commit
f7c8f032f4
@ -54,7 +54,7 @@
|
||||
#define DEFAULT_FIT_TI_ARGS \
|
||||
"boot_fit=0\0" \
|
||||
"fit_loadaddr=0x88000000\0" \
|
||||
"fit_bootfile=fitImage.itb\0" \
|
||||
"fit_bootfile=fitImage\0" \
|
||||
"update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}\0" \
|
||||
"loadfit=run args_mmc; bootm ${loadaddr}#${fdtfile};\0" \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user