projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6833260
)
microblaze: Enable FDT/FIT support
author
Michal Simek
<monstr@monstr.eu>
Fri, 25 Jun 2010 16:05:28 +0000
(18:05 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/include/configs/microblaze-generic.h
b/include/configs/microblaze-generic.h
index a33411025180bad8e76459c647d39ccfd3df30a4..a811b76d7b011803430336565afaa658fcb32857 100644
(file)
--- 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 */