From: DrEagle Date: Wed, 17 Dec 2014 14:02:48 +0000 (+0100) Subject: kirkwood: sheevaplug: add FDT support X-Git-Tag: v2015.04-rc2~39^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5e0a7d5bd0e1758fcc59db524c1695d0dab7e0;p=pandora-u-boot.git kirkwood: sheevaplug: add FDT support LIBFDT feature is required to support new kernels. Signed-off-by: Gérald Kerma Reviewed-by: Luka Perkov --- diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 589655ab190..84029cb3992 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -32,6 +32,11 @@ #define CONFIG_LZMA #define CONFIG_LZO +/* + * Enable device tree support + */ +#define CONFIG_OF_LIBFDT + /* * Miscellaneous configurable options */