[U-Boot] [PATCH v3 7/7] ARM: VExpress: enable ARMv7 virt support for VExpress A15
Andre Przywara
andre.przywara at linaro.org
Wed Jul 10 01:54:19 CEST 2013
To enable hypervisors utilizing the ARMv7 virtualization extension
on the Versatile Express board with the A15 core tile, we add the
respective configuration variable.
Signed-off-by: Andre Przywara <andre.przywara at linaro.org>
---
include/configs/vexpress_ca15_tc2.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/vexpress_ca15_tc2.h b/include/configs/vexpress_ca15_tc2.h
index ade9e5b..5d6928f 100644
--- a/include/configs/vexpress_ca15_tc2.h
+++ b/include/configs/vexpress_ca15_tc2.h
@@ -34,4 +34,6 @@
#define CONFIG_SYSFLAGS_ADDR 0x1c010030
#define CONFIG_SYSFLAGS_NEED_CLEAR_BITS
+#define CONFIG_ARMV7_VIRT
+
#endif
--
1.7.12.1
More information about the U-Boot
mailing list