Skip to content
Snippets Groups Projects
Commit 37e892d9 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Enable FDT/FIT support


Enable FDT and FIT support.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 68332608
No related branches found
No related tags found
No related merge requests found
...@@ -327,4 +327,9 @@ ...@@ -327,4 +327,9 @@
# define CONFIG_SYS_PROMPT_HUSH_PS2 "> " # define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#endif #endif
/* Enable flat device tree support */
#define CONFIG_LMB 1
#define CONFIG_FIT 1
#define CONFIG_OF_LIBFDT 1
#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