summaryrefslogtreecommitdiff
path: root/include/configs/sheevaplug.h
diff options
context:
space:
mode:
authorDrEagle <dreagle@doukki.net>2014-12-17 14:02:48 (GMT)
committerLuka Perkov <luka.perkov@sartura.hr>2015-02-06 16:24:34 (GMT)
commit9a5e0a7d5bd0e1758fcc59db524c1695d0dab7e0 (patch)
tree92fa7c822bb87b53a02d5b562df3b61df6dd7f58 /include/configs/sheevaplug.h
parent7f30f4b5b285cb91e1e25b5b61a04beabe8c470b (diff)
downloadu-boot-9a5e0a7d5bd0e1758fcc59db524c1695d0dab7e0.tar.xz
kirkwood: sheevaplug: add FDT support
LIBFDT feature is required to support new kernels. Signed-off-by: GĂ©rald Kerma <drEagle@doukki.net> Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include/configs/sheevaplug.h')
-rw-r--r--include/configs/sheevaplug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 589655a..84029cb 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 */