[PATCH next] ARM: vexpress: enable virt and vexpress boards
Rouven Czerwinski
r.czerwinski at pengutronix.de
Mon Nov 23 04:28:38 EST 2020
The recent cleanup of the vexpress arch moved to a multi board
configuration, however did not adjust the defconfig to build the virt
and vexpress boards. Build both in the defconfig.
Signed-off-by: Rouven Czerwinski <r.czerwinski at pengutronix.de>
---
arch/arm/configs/vexpress_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index caa9f512d6..f17af2bb95 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -1,4 +1,6 @@
CONFIG_ARCH_VEXPRESS=y
+CONFIG_MACH_VIRT=y
+CONFIG_MACH_VEXPRESS=y
CONFIG_AEABI=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
CONFIG_MALLOC_SIZE=0x0
--
2.29.2
More information about the barebox
mailing list