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:
aefb725
)
arm: am335x: Add DT (FDT) support to Siemens boards
author
Stefan Roese
<
[email protected]
>
Fri, 22 Nov 2013 11:56:29 +0000
(12:56 +0100)
committer
Tom Rini
<
[email protected]
>
Wed, 4 Dec 2013 16:41:13 +0000
(11:41 -0500)
Enable FDT support for all Siemens AM335x boards. To support
newer Linux kernels with DT booting.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
Cc: Roger Meier <
[email protected]
>
Cc: Lukas Stockmann <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
Acked-by: Heiko Schocher<
[email protected]
>
include/configs/siemens-am33x-common.h
patch
|
blob
|
history
diff --git
a/include/configs/siemens-am33x-common.h
b/include/configs/siemens-am33x-common.h
index 9296de09b380147efe180fc258fb8488dcdb2576..7db0eb8cb34bc97debb9dcc7cd7ae5d9a686aa64 100644
(file)
--- a/
include/configs/siemens-am33x-common.h
+++ b/
include/configs/siemens-am33x-common.h
@@
-487,4
+487,9
@@
#define CONFIG_BOOTCOUNT_LIMIT
#define CONFIG_BOOTCOUNT_ENV
+
+/* Enable Device-Tree (FDT) support */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_FDT
+
#endif /* ! __CONFIG_SIEMENS_AM33X_COMMON_H */