projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a6deb3
)
ARM: dreamplug: Enable FDT support
author
Ian Campbell
<
[email protected]
>
Mon, 27 Feb 2012 21:19:02 +0000
(21:19 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Tue, 15 May 2012 06:31:21 +0000
(08:31 +0200)
I have tested booting both FDT and non-FDT based Linux kernels (based on
http://marc.info/?l=linux-arm-kernel&m=
133002679716986
and
http://marc.info/?l=linux-arm-kernel&m=
132328894303581
respectively).
Signed-off-by: Ian Campbell <
[email protected]
>
Cc: Jason <
[email protected]
>
Cc: Prafulla Wadaskar <
[email protected]
>
Acked-by: Jason Cooper <
[email protected]
>
include/configs/dreamplug.h
patch
|
blob
|
history
diff --git
a/include/configs/dreamplug.h
b/include/configs/dreamplug.h
index 0f2f9a2743f03a81b01cf16f412e9d1de6cfa80b..76f9eeaed80e89a20fa205fee580134628a82444 100644
(file)
--- a/
include/configs/dreamplug.h
+++ b/
include/configs/dreamplug.h
@@
-148,4
+148,6
@@
*/
#define CONFIG_DISPLAY_CPUINFO
+#define CONFIG_OF_LIBFDT
+
#endif /* _CONFIG_DREAMPLUG_H */