aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Liu <jason.hui@linaro.org>2011-03-29 17:43:59 +0800
committerJohn Rigby <john.rigby@linaro.org>2011-04-02 10:46:31 -0600
commitfdd2af041a094f41d6e27efd9f243c97c9e57a58 (patch)
treec3bcfb21c9dcc343ecf84b020cdb0af566ddc1e5
parent8be92d8ff45080ddc704621cc23b0c726759cf84 (diff)
MX5: Enable flat-device-tree support on mx53 loco board
Signed-off-by: Jason Liu <jason.hui@linaro.org>
-rw-r--r--include/configs/mx53loco.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 585e8c85c..9c7dcc980 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 */