From: Thomas Abraham Date: Fri, 3 Jun 2011 22:52:17 +0000 (+0000) Subject: SMDKV310: Enable device tree support X-Git-Tag: v2011.09-rc1~85^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07407d97f07bf62c6c6e6899029a079ecc271974;p=u-boot SMDKV310: Enable device tree support Enable passing a flattened device tree to the kernel. Signed-off-by: Thomas Abraham --- diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h index 1ba325635a..2f97beaec0 100644 --- a/include/configs/smdkv310.h +++ b/include/configs/smdkv310.h @@ -165,4 +165,7 @@ #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 */