]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ti_armv7_common: env: Change FIT image name to match build name
authorAndrew F. Davis <afd@ti.com>
Fri, 7 Apr 2017 14:55:20 +0000 (09:55 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 9 Apr 2017 01:35:03 +0000 (21:35 -0400)
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>
include/configs/ti_armv7_common.h

index 8f5b6c155bc5bf11acb425d3faf64627c641b361..1561d54c9a8676df6dd6e8265bfdec35f7e51d66 100644 (file)
@@ -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" \