* [U-Boot] [PATCH] ti_armv7_common: env: Use FIT image configs by default
@ 2017-01-11 16:28 Andrew F. Davis
2017-01-15 18:32 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Andrew F. Davis @ 2017-01-11 16:28 UTC (permalink / raw)
To: u-boot
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(-)
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 at 1 " \
- "${loadaddr}:ramdisk at 1 ${loadaddr}:${fdtfile};\0" \
+ "loadfit=run args_fit; bootm ${loadaddr}#${fdtfile};\0" \
/*
* DDR information. If the CONFIG_NR_DRAM_BANKS is not defined,
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] ti_armv7_common: env: Use FIT image configs by default
2017-01-11 16:28 [U-Boot] [PATCH] ti_armv7_common: env: Use FIT image configs by default Andrew F. Davis
@ 2017-01-15 18:32 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-01-15 18:32 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170115/a110ed31/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-15 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11 16:28 [U-Boot] [PATCH] ti_armv7_common: env: Use FIT image configs by default Andrew F. Davis
2017-01-15 18:32 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox