public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping
@ 2013-11-01 11:25 Otavio Salvador
  2013-11-01 11:25 ` [U-Boot] [PATCH 2/5] wandboard: " Otavio Salvador
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Otavio Salvador @ 2013-11-01 11:25 UTC (permalink / raw)
  To: u-boot

The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and
with the previous loading address we had ovelap; change it for the
same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Tested-by: Daiane Angolini <daiane.angolini@freescale.com>
---
 include/configs/mx6sabre_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index bb4db8b..2786a35 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -104,7 +104,7 @@
 	"script=boot.scr\0" \
 	"uimage=uImage\0" \
 	"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
-	"fdt_addr=0x11000000\0" \
+	"fdt_addr=0x18000000\0" \
 	"boot_fdt=try\0" \
 	"ip_dyn=yes\0" \
 	"console=" CONFIG_CONSOLE_DEV "\0" \
-- 
1.8.4.rc3

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-11-23  5:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01 11:25 [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping Otavio Salvador
2013-11-01 11:25 ` [U-Boot] [PATCH 2/5] wandboard: " Otavio Salvador
2013-11-01 11:25 ` [U-Boot] [PATCH 3/5] udoo: " Otavio Salvador
2013-11-01 12:40   ` Wolfgang Denk
2013-11-01 13:05     ` Otavio Salvador
2013-11-01 20:24       ` Wolfgang Denk
2013-11-01 11:25 ` [U-Boot] [PATCH 4/5] nitrogen6x: " Otavio Salvador
2013-11-01 12:19   ` Marek Vasut
2013-11-01 13:06     ` Otavio Salvador
2013-11-01 14:08       ` Marek Vasut
2013-11-01 11:25 ` [U-Boot] [PATCH 5/5] cgtqmx6eval: " Otavio Salvador
2013-11-01 12:25 ` [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: " Fabio Estevam
2013-11-01 13:00   ` Otavio Salvador
2013-11-01 14:18     ` Fabio Estevam
     [not found]       ` <AD13664F485EE54694E29A7F9D5BE1AFB499F8@039-SN2MPN1-022.039d.mgd.msft.net>
2013-11-18 19:39         ` Otavio Salvador
2013-11-21  9:00           ` Stefano Babic
2013-11-21 13:06             ` Otavio Salvador
2013-11-23  5:52             ` Hui Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox