summaryrefslogtreecommitdiffstats
path: root/include/configs/microblaze-generic.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-06-25 18:05:28 +0200
committerMichal Simek <monstr@monstr.eu>2011-10-03 08:01:56 +0200
commit37e892d93abee1d5558128db26b1fc431928a73b (patch)
treee824e615456f0f241dc20610de410a7f7dfdfc15 /include/configs/microblaze-generic.h
parent68332608bcb4a1e9f172c8162247a61f51730698 (diff)
downloadblackbird-obmc-uboot-37e892d93abee1d5558128db26b1fc431928a73b.tar.gz
blackbird-obmc-uboot-37e892d93abee1d5558128db26b1fc431928a73b.zip
microblaze: Enable FDT/FIT support
Enable FDT and FIT support. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r--include/configs/microblaze-generic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index a334110251..a811b76d7b 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -327,4 +327,9 @@
# define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#endif
+/* Enable flat device tree support */
+#define CONFIG_LMB 1
+#define CONFIG_FIT 1
+#define CONFIG_OF_LIBFDT 1
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud