[PATCH 12/88] arm: mvebu: Drop reference to CONFIG_ARMADA_39X
Stefan Roese
sr at denx.de
Tue Jan 24 07:07:41 CET 2023
On 1/23/23 22:59, Simon Glass wrote:
> This is not defined anywhere. Drop it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> arch/arm/mach-mvebu/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile
> index 1a9dfc047c9..207ee1b6b89 100644
> --- a/arch/arm/mach-mvebu/Makefile
> +++ b/arch/arm/mach-mvebu/Makefile
> @@ -38,7 +38,7 @@ extra-y += kwbimage.cfg
> ifneq ($(CONFIG_ARMADA_3700)$(CONFIG_ARMADA_XP),)
> KWB_REPLACE += CPU
> KWB_CFG_CPU = SHEEVA
> -else ifneq ($(CONFIG_ARMADA_375)$(CONFIG_ARMADA_38X)$(CONFIG_ARMADA_39X),)
> +else ifneq ($(CONFIG_ARMADA_375)$(CONFIG_ARMADA_38X),)
> KWB_REPLACE += CPU
> KWB_CFG_CPU = A9
> endif
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
More information about the U-Boot
mailing list