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:
43c52f9
)
SMDKV310: Enable device tree support
author
Thomas Abraham
<thomas.ab@samsung.com>
Fri, 3 Jun 2011 22:52:17 +0000
(22:52 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 4 Aug 2011 10:57:37 +0000
(12:57 +0200)
Enable passing a flattened device tree to the kernel.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
include/configs/smdkv310.h
patch
|
blob
|
history
diff --git
a/include/configs/smdkv310.h
b/include/configs/smdkv310.h
index 1ba325635aa6460ad20a3119ca8a72d9ac9b282c..2f97beaec0a14277fb51fc9da70f18635b62b47f 100644
(file)
--- a/
include/configs/smdkv310.h
+++ b/
include/configs/smdkv310.h
@@
-165,4
+165,7
@@
#define CONFIG_SMC911X_16_BIT
#define CONFIG_ENV_SROM_BANK 1
#endif /*CONFIG_CMD_NET*/
+
+/* Enable devicetree support */
+#define CONFIG_OF_LIBFDT
#endif /* __CONFIG_H */