public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] MX5: Enable flat-device-tree support on mx53 loco board
@ 2011-03-29  9:43 Jason Liu
  2011-04-02 16:28 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Liu @ 2011-03-29  9:43 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Jason Liu <jason.hui@linaro.org>

---
Grant has submit one patchset: ARM device tree support improvements
which remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ.
Will provide patchset to clean CONFIG_SYS_BOOTMAPSZ after the patches
applied to u-boot mainline

---
Change log:
v2: Fix the git commit log issue by move the "Grant..." below the S-O-B line
---
 include/configs/mx53loco.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 585e8c8..9c7dcc9 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -193,4 +193,7 @@
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
+#define CONFIG_OF_LIBFDT
+#define CONFIG_SYS_BOOTMAPSZ   0x800000
+
 #endif				/* __CONFIG_H */
-- 
1.7.1

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

end of thread, other threads:[~2011-04-02 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29  9:43 [U-Boot] [PATCH v2] MX5: Enable flat-device-tree support on mx53 loco board Jason Liu
2011-04-02 16:28 ` Stefano Babic

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