diff options
author | Marek Vasut <marex@denx.de> | 2015-08-19 23:23:52 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-09-04 11:54:20 +0200 |
commit | dfd3dff50acc3b169787f024188fa5f7276e10d1 (patch) | |
tree | fea54fa4dccf5f3e856c0c180a069141dd1f11de | |
parent | 65d372c44c6fd7ba280c44704136c91a03618a27 (diff) |
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: Marek Vasut <marex@denx.de>
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c598f5e4c1..8085a24de2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 |