cmd: Split 'bootz' and 'booti' out from 'bootm'
[oweals/u-boot.git] / arch / arm / Kconfig
index 6de734f8f20f04b604294d45bc3f68bfbc89e513..5ac94011047388d9bb679319b7f805b1b021e682 100644 (file)
@@ -6,6 +6,7 @@ config SYS_ARCH
 
 config ARM64
        bool
+       select PHYS_64BIT
 
 config DMA_ADDR_T_64BIT
        bool
@@ -553,11 +554,14 @@ config TARGET_MX53SMD
 config OMAP34XX
        bool "OMAP34XX SoC"
        select CPU_V7
+       select SUPPORT_SPL
+       select USE_TINY_PRINTF
 
 config OMAP44XX
        bool "OMAP44XX SoC"
        select CPU_V7
        select SUPPORT_SPL
+       select USE_TINY_PRINTF
 
 config OMAP54XX
        bool "OMAP54XX SoC"
@@ -675,9 +679,6 @@ config ARCH_ZYNQMP
        select CLK
        select SPL_CLK
        select DM_USB if USB
-       select DM_MMC
-       select DM_MMC_OPS
-       select BLK
 
 config TEGRA
        bool "NVIDIA Tegra"