diff mbox

[U-Boot,1/1] MX5: Enable flat-device-tree support on mx51/53 evk board

Message ID 1298283273-3350-2-git-send-email-r64343@freescale.com
State Accepted
Commit dcd441c32560a823019c720fb034ff425efbc376
Delegated to: Stefano Babic
Headers show

Commit Message

Liu Hui-R64343 Feb. 21, 2011, 10:14 a.m. UTC
device tree for uboot arm support has already been enabled
in the master branch. This patch enable device tree support
for mx51/53 evk board for DT test.

Signed-off-by: Jason Liu <r64343@freescale.com>
---
 include/configs/mx51evk.h |    3 +++
 include/configs/mx53evk.h |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

Comments

Jason Liu March 4, 2011, 6:36 a.m. UTC | #1
Hi, Stefano,

2011/2/21 Jason Liu <r64343@freescale.com>:
> device tree for uboot arm support has already been enabled
> in the master branch. This patch enable device tree support
> for mx51/53 evk board for DT test.
>
> Signed-off-by: Jason Liu <r64343@freescale.com>
> ---
>  include/configs/mx51evk.h |    3 +++
>  include/configs/mx53evk.h |    3 +++
>  2 files changed, 6 insertions(+), 0 deletions(-)

ping.

>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
diff mbox

Patch

diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 591d6e1..57186aa 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -222,4 +222,7 @@ 
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
+#define CONFIG_OF_LIBFDT
+#define CONFIG_SYS_BOOTMAPSZ   0x800000
+
 #endif
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index f2a5752..6ac910b 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -190,4 +190,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 */