From: Andre Przywara Date: Wed, 30 Sep 2020 16:39:17 +0000 (+0100) Subject: qemu-arm: Drop ARCH_SUPPORT_TFABOOT X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=f8df0560b6671285d6293986d58bdb968a49f209;p=u-boot.git qemu-arm: Drop ARCH_SUPPORT_TFABOOT CONFIG_ARCH_SUPPORT_TFABOOT was used on the qemu-arm64 platform to guard a tweak to the flash bank configuration. U-Boot now reads the current flash setup from the devicetree, so there is no need for this option anymore. Signed-off-by: Andre Przywara Reviewed-by: Tom Rini --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b81d80cd0d..0ecd0c67f3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -932,7 +932,6 @@ config ARCH_OWL config ARCH_QEMU bool "QEMU Virtual Platform" - select ARCH_SUPPORT_TFABOOT select DM select DM_SERIAL select OF_CONTROL