
13 Dec
2014
13 Dec
'14
9:36 p.m.
LIBFDT feature is required to support new kernel
Signed-off-by: Gérald Kerma drEagle@doukki.net --- include/configs/sheevaplug.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 77e8d17..0f523c5 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -33,6 +33,11 @@ #define CONFIG_LZO
/* + * Enable device tree support + */ +#define CONFIG_OF_LIBFDT + +/* * Miscellaneous configurable options */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
--
2.1.3