arm: mxs: Fix mkimage invocation
[oweals/u-boot.git] / arch / arm / Kconfig
index 735d971f4e14d3c58ebe80202efd1c4735710c71..ed8fd36aba22ffd4111146c9255943b077ef4834 100644 (file)
@@ -514,6 +514,7 @@ config TARGET_VISION2
 config TARGET_UDOO
        bool "Support udoo"
        select CPU_V7
+       select SUPPORT_SPL
 
 config TARGET_WANDBOARD
        bool "Support wandboard"
@@ -658,7 +659,6 @@ config ARCH_SUNXI
        select DM_USB
        select OF_CONTROL
        select OF_SEPARATE
-       select SPL_DISABLE_OF_CONTROL
        select USB
        select USB_STORAGE
        select USB_KEYBOARD
@@ -684,7 +684,6 @@ config ARCH_ZYNQ
        select CPU_V7
        select SUPPORT_SPL
        select OF_CONTROL
-       select SPL_DISABLE_OF_CONTROL
        select DM
        select DM_SPI
        select DM_SPI_FLASH
@@ -818,10 +817,11 @@ config ARCH_UNIPHIER
        select SUPPORT_SPL
        select SPL
        select OF_CONTROL
+       select SPL_OF_CONTROL
        select DM
+       select SPL_DM
        select DM_SERIAL
        select DM_I2C
-       select SPL_DISABLE_OF_CONTROL
        help
          Support for UniPhier SoC family developed by Socionext Inc.
          (formerly, System LSI Business Division of Panasonic Corporation)