microblaze: Enable OF_CONTROL by default
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
4632b1ea20
commit
ef159abf99
|
|
@ -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
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue