diff mbox

[U-Boot] ti_armv7_common: env: Use FIT image configs by default

Message ID 20170111162808.7908-1-afd@ti.com
State Accepted
Commit 2170652d9861a3ab0eac11d44a948062ee493ede
Delegated to: Tom Rini
Headers show

Commit Message

Andrew Davis Jan. 11, 2017, 4:28 p.m. UTC
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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini Jan. 15, 2017, 6:32 p.m. UTC | #1
On Wed, Jan 11, 2017 at 10:28:08AM -0600, Andrew F. Davis wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index dbe494a6e3..6a94cd7bb4 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -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,