]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: socfpga: Always enable OF_CONTROL and SPL_OF_CONTROL
authorMarek Vasut <marex@denx.de>
Wed, 19 Aug 2015 21:23:52 +0000 (23:23 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 4 Sep 2015 09:54:20 +0000 (11:54 +0200)
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>
arch/arm/Kconfig

index c598f5e4c1147a54dd8ed7e4e9a0369a1e483d2e..8085a24de2ecd97103499814501bbc042b0e7ac7 100644 (file)
@@ -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