From: DrEagle Date: Wed, 17 Dec 2014 14:02:48 +0000 (+0100) Subject: kirkwood: sheevaplug: add FDT support X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=9a5e0a7d5bd0e1758fcc59db524c1695d0dab7e0;p=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 589655ab19..84029cb399 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 */