[U-Boot] [PATCH] arm: am335x: Add DT (FDT) support to Siemens boards

Stefan Roese sr at denx.de
Fri Nov 22 12:56:29 CET 2013


Enable FDT support for all Siemens AM335x boards. To support
newer Linux kernels with DT booting.

Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Heiko Schocher <hs at denx.de>
Cc: Roger Meier <r.meier at siemens.com>
Cc: Lukas Stockmann <lukas.stockmann at siemens.com>
Cc: Tom Rini <trini at ti.com>
---
 include/configs/siemens-am33x-common.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h
index 745e3be..b6534cc 100644
--- a/include/configs/siemens-am33x-common.h
+++ b/include/configs/siemens-am33x-common.h
@@ -455,4 +455,8 @@
 #define CONFIG_AUTOBOOT_PROMPT	"Autobooting in %d seconds, "		\
 				"press \"<Esc><Esc>\" to stop\n", bootdelay
 
+/* Enable Device-Tree (FDT) support */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_FDT
+
 #endif	/* ! __CONFIG_SIEMENS_AM33X_COMMON_H */
-- 
1.8.4.3



More information about the U-Boot mailing list