summaryrefslogtreecommitdiff
path: root/include/configs/ti_armv7_common.h
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-04-07 14:55:20 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-09 01:35:03 (GMT)
commitf7c8f032f49ef8183f4019bf2659930d1d07013f (patch)
tree0c63a80af260c9a67d44a170696cae299a11e9ce /include/configs/ti_armv7_common.h
parent6e1eb089be0440477d030846087b03dfbebd4b10 (diff)
downloadu-boot-f7c8f032f49ef8183f4019bf2659930d1d07013f.tar.xz
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>
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r--include/configs/ti_armv7_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 8f5b6c1..1561d54 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -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" \