Re: [PATCH v2 5/6] qemu-arm: Drop ARCH_SUPPORT_TFABOOT

2020-10-09 Thread Tom Rini
On Wed, Sep 30, 2020 at 05:39:17PM +0100, Andre Przywara wrote: > 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. > >

Re: [PATCH v2 5/6] qemu-arm: Drop ARCH_SUPPORT_TFABOOT

2020-09-30 Thread Tom Rini
On Wed, Sep 30, 2020 at 05:39:17PM +0100, Andre Przywara wrote: > 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. > >

[PATCH v2 5/6] qemu-arm: Drop ARCH_SUPPORT_TFABOOT

2020-09-30 Thread Andre Przywara
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