
10 Jul
2013
10 Jul
'13
1:54 a.m.
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@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