summaryrefslogtreecommitdiffstats
path: root/include/configs/siemens-am33x-common.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2013-11-22 12:56:29 +0100
committerTom Rini <trini@ti.com>2013-12-04 11:41:13 -0500
commit9167fc81b34a78748e7aa73d39285df67d34fcac (patch)
tree2cc4ef097e928a897969f563bd2aab56610c494a /include/configs/siemens-am33x-common.h
parentaefb7255eceecb5b2914b179ada25f469f3ad600 (diff)
downloadtalos-obmc-uboot-9167fc81b34a78748e7aa73d39285df67d34fcac.tar.gz
talos-obmc-uboot-9167fc81b34a78748e7aa73d39285df67d34fcac.zip
arm: am335x: Add DT (FDT) support to Siemens boards
Enable FDT support for all Siemens AM335x boards. To support newer Linux kernels with DT booting. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Roger Meier <r.meier@siemens.com> Cc: Lukas Stockmann <lukas.stockmann@siemens.com> Cc: Tom Rini <trini@ti.com> Acked-by: Heiko Schocher<hs@denx.de>
Diffstat (limited to 'include/configs/siemens-am33x-common.h')
-rw-r--r--include/configs/siemens-am33x-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h
index 9296de09b3..7db0eb8cb3 100644
--- a/include/configs/siemens-am33x-common.h
+++ b/include/configs/siemens-am33x-common.h
@@ -487,4 +487,9 @@
#define CONFIG_BOOTCOUNT_LIMIT
#define CONFIG_BOOTCOUNT_ENV
+
+/* Enable Device-Tree (FDT) support */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_FDT
+
#endif /* ! __CONFIG_SIEMENS_AM33X_COMMON_H */
OpenPOWER on IntegriCloud