From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Przywara Date: Wed, 30 Sep 2020 17:39:17 +0100 Subject: [PATCH v2 5/6] qemu-arm: Drop ARCH_SUPPORT_TFABOOT In-Reply-To: <20200930163918.24995-1-andre.przywara@arm.com> References: <20200930163918.24995-1-andre.przywara@arm.com> Message-ID: <20200930163918.24995-6-andre.przywara@arm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 486141478ce..5ffa84c1d98 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -929,7 +929,6 @@ config ARCH_OWL config ARCH_QEMU bool "QEMU Virtual Platform" - select ARCH_SUPPORT_TFABOOT select DM select DM_SERIAL select OF_CONTROL -- 2.17.5