[U-Boot] [PATCH v2 7/7] ARM: VExpress: enable ARMv7 virt support for VExpress A15
Andre Przywara
andre.przywara at linaro.org
Thu Jun 13 13:01:13 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..47dc5f3 100644
--- a/include/configs/vexpress_ca15_tc2.h
+++ b/include/configs/vexpress_ca15_tc2.h
@@ -31,6 +31,8 @@
#include "vexpress_common.h"
#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca15x2_tc2"
+#define CONFIG_ARMV7_VIRT
+
#define CONFIG_SYSFLAGS_ADDR 0x1c010030
#define CONFIG_SYSFLAGS_NEED_CLEAR_BITS
--
1.7.12.1
More information about the U-Boot
mailing list