
3 Apr
2022
3 Apr
'22
2:13 a.m.
On Fri, Mar 04, 2022 at 04:30:09PM +0000, Andre Przywara wrote:
At the moment we define three "VExpress64" boards in arch/arm/Kconfig, plus have a second Kconfig file in board/armltd/Kconfig. One of those three boards is actually bogus (TARGET_VEXPRESS64_AEMV8A), that stanza looks like being forgotten in a previous cleanup.
To remove the clutter from the generic Kconfig file, just define some ARCH_VEXPRESS64 symbol there, enable some common options, and do the board/model specific configuration in the board/armltd Kconfig file.
That allows to streamline and fine tune the configuration later, and to also pull a lot of "non user choices" out of the defconfigs.
Signed-off-by: Andre Przywara andre.przywara@arm.com
Applied to u-boot/next, thanks!
--
Tom