]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
microblaze: Enable FDT/FIT support
authorMichal Simek <monstr@monstr.eu>
Fri, 25 Jun 2010 16:05:28 +0000 (18:05 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 3 Oct 2011 06:01:56 +0000 (08:01 +0200)
Enable FDT and FIT support.

Signed-off-by: Michal Simek <monstr@monstr.eu>
include/configs/microblaze-generic.h

index a33411025180bad8e76459c647d39ccfd3df30a4..a811b76d7b011803430336565afaa658fcb32857 100644 (file)
 # 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 */