aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mx51evk.h
diff options
context:
space:
mode:
authorLiu Hui-R64343 <r64343@freescale.com>2011-02-21 00:14:33 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-27 19:38:05 +0200
commitdcd441c32560a823019c720fb034ff425efbc376 (patch)
tree32eeb52d909a35d353ba50dc2aa88b00dca25daf /include/configs/mx51evk.h
parentec665d75a7868449051d1c00849c3b363b8cf915 (diff)
MX5: Enable flat-device-tree support on mx51/53 evk board
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>
Diffstat (limited to 'include/configs/mx51evk.h')
-rw-r--r--include/configs/mx51evk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 8da822212..50caacdb8 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -224,4 +224,7 @@
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0
+#define CONFIG_OF_LIBFDT
+#define CONFIG_SYS_BOOTMAPSZ 0x800000
+
#endif