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

microblaze: Enable OF_CONTROL by default

parent 4632b1ea
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ choice ...@@ -11,6 +11,7 @@ choice
config TARGET_MICROBLAZE_GENERIC config TARGET_MICROBLAZE_GENERIC
bool "Support microblaze-generic" bool "Support microblaze-generic"
select SUPPORT_SPL select SUPPORT_SPL
select OF_CONTROL
endchoice endchoice
......
...@@ -7,5 +7,4 @@ CONFIG_SPL=y ...@@ -7,5 +7,4 @@ CONFIG_SPL=y
CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_SYS_PROMPT="U-Boot-mONStR> "
CONFIG_CMD_GPIO=y CONFIG_CMD_GPIO=y
# CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_SETEXPR is not set
CONFIG_OF_CONTROL=y
CONFIG_OF_EMBED=y CONFIG_OF_EMBED=y
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