diff options
author | Andre Przywara <andre.przywara@arm.com> | 2020-09-30 17:39:17 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-08 11:42:36 -0400 |
commit | f8df0560b6671285d6293986d58bdb968a49f209 (patch) | |
tree | 199187d5749e5b8cfd626f8dc358f56a6a53d584 /arch | |
parent | 3d8d9186c379a9d7504088d901b6cb97eb6598ba (diff) | |
download | u-boot-f8df0560b6671285d6293986d58bdb968a49f209.zip u-boot-f8df0560b6671285d6293986d58bdb968a49f209.tar.gz u-boot-f8df0560b6671285d6293986d58bdb968a49f209.tar.bz2 |
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 <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b81d80c..0ecd0c6 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 |