]> git.sur5r.net Git - u-boot/commitdiff
MX5: Enable flat-device-tree support on mx51/53 evk board
authorLiu Hui-R64343 <r64343@freescale.com>
Mon, 21 Feb 2011 00:14:33 +0000 (00:14 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:05 +0000 (19:38 +0200)
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
include/configs/mx53evk.h

index 8da8222127696bc79edd6fd6f6e4c0a38cc31be9..50caacdb87e778264ed3e02f8ee252a50ae4fad8 100644 (file)
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
+#define CONFIG_OF_LIBFDT
+#define CONFIG_SYS_BOOTMAPSZ   0x800000
+
 #endif
index f2a5752750ef6bcbdc0431e076c2bdbc81c984e7..6ac910b6d99f6d7a1ebcdab7566766d2d851c502 100644 (file)
 #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 */