Skip to content
Snippets Groups Projects
Commit 07407d97 authored by Thomas Abraham's avatar Thomas Abraham Committed by Albert ARIBAUD
Browse files

SMDKV310: Enable device tree support


Enable passing a flattened device tree to the kernel.

Signed-off-by: default avatarThomas Abraham <thomas.abraham@linaro.org>
parent 43c52f9f
No related branches found
No related tags found
No related merge requests found
...@@ -165,4 +165,7 @@ ...@@ -165,4 +165,7 @@
#define CONFIG_SMC911X_16_BIT #define CONFIG_SMC911X_16_BIT
#define CONFIG_ENV_SROM_BANK 1 #define CONFIG_ENV_SROM_BANK 1
#endif /*CONFIG_CMD_NET*/ #endif /*CONFIG_CMD_NET*/
/* Enable devicetree support */
#define CONFIG_OF_LIBFDT
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment