[PATCH 7/9] ARM: zynqmp: Fix SPL_DM_SPI dependencies
Michal Simek
monstr at monstr.eu
Wed Sep 23 14:25:54 CEST 2020
st 19. 8. 2020 v 10:44 odesílatel Michal Simek <michal.simek at xilinx.com> napsal:
>
> Add missing dependencies for DM_SPI_FLASH.
> Kconfig reports it as:
> WARNING: unmet direct dependencies detected for SPL_DM_SPI_FLASH
> Depends on [n]: SPL [=n] && SPL_DM [=n]
> Selected by [y]:
> - ARCH_ZYNQMP [=y] && <choice> && SPL_DM_SPI [=y]
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> arch/arm/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index bb71b1647650..1d8e6975fe57 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1153,7 +1153,8 @@ config ARCH_ZYNQMP
> select OF_CONTROL
> select SPL_BOARD_INIT if SPL
> select SPL_CLK if SPL
> - select SPL_DM_SPI if SPI
> + select SPL_DM if SPL
> + select SPL_DM_SPI if SPI && SPL_DM
> select SPL_DM_SPI_FLASH if SPL_DM_SPI
> select SPL_DM_MAILBOX if SPL
> select SPL_FIRMWARE if SPL
> --
> 2.28.0
>
Applied just this one.
M
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs
More information about the U-Boot
mailing list