]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
SMDKV310: Enable device tree support
authorThomas Abraham <thomas.ab@samsung.com>
Fri, 3 Jun 2011 22:52:17 +0000 (22:52 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 4 Aug 2011 10:57:37 +0000 (12:57 +0200)
Enable passing a flattened device tree to the kernel.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
include/configs/smdkv310.h

index 1ba325635aa6460ad20a3119ca8a72d9ac9b282c..2f97beaec0a14277fb51fc9da70f18635b62b47f 100644 (file)
 #define CONFIG_SMC911X_16_BIT
 #define CONFIG_ENV_SROM_BANK           1
 #endif /*CONFIG_CMD_NET*/
+
+/* Enable devicetree support */
+#define CONFIG_OF_LIBFDT
 #endif /* __CONFIG_H */