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:
0e0a536
)
ORIGEN : enable device tree support
author
Angus Ainslie
<angus.ainslie@linaro.org>
Fri, 9 Sep 2011 12:02:02 +0000
(12:02 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 3 Nov 2011 21:56:20 +0000
(22:56 +0100)
Enable passing a flattened device tree to the kernel.
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
Acked-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/origen.h
patch
|
blob
|
history
diff --git
a/include/configs/origen.h
b/include/configs/origen.h
index 889d5fc727847fecd25b1b5cb63872df6e8dabd6..380ef4f612553544b2fb7032659d235ba3d737ac 100644
(file)
--- a/
include/configs/origen.h
+++ b/
include/configs/origen.h
@@
-165,4
+165,7
@@
#define COPY_BL2_SIZE 0x80000
#define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512)
#define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512)
+
+/* Enable devicetree support */
+#define CONFIG_OF_LIBFDT
#endif /* __CONFIG_H */