ti_armv7_common: env: Use FIT image configs by default
authorAndrew F. Davis <afd@ti.com>
Wed, 11 Jan 2017 16:28:08 +0000 (10:28 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 14 Jan 2017 21:46:24 +0000 (16:46 -0500)
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>
include/configs/ti_armv7_common.h

index dbe494a6e32de4ea1c15daeabe5775d581aaa63e..6a94cd7bb4cba5ceafa39b917b68b7816257b3eb 100644 (file)
        "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,