Skip to content
Snippets Groups Projects
Commit dfd3dff5 authored by Marek Vasut's avatar Marek Vasut
Browse files

arm: socfpga: Always enable OF_CONTROL and SPL_OF_CONTROL


The SoCFPGA probes mostly from OF and the OF is mandatory both in
U-Boot itself and U-Boot SPL. Enable it by default.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent 65d372c4
No related branches found
No related tags found
No related merge requests found
......@@ -539,6 +539,8 @@ config ARCH_SOCFPGA
bool "Altera SOCFPGA family"
select CPU_V7
select SUPPORT_SPL
select OF_CONTROL
select SPL_OF_CONTROL
select DM
select DM_SPI_FLASH
select DM_SPI
......
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