uboot-mvebu: add package
[openwrt.git] / package / boot / uboot-sunxi / patches / 013-sunxi-enable-booting-nonsec_HYP-on-h3.patch
1 diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
2 index 9d67847..28e6bb4 100644
3 --- a/board/sunxi/Kconfig
4 +++ b/board/sunxi/Kconfig
5 @@ -71,8 +71,11 @@ config MACH_SUN8I_A33
6  config MACH_SUN8I_H3
7         bool "sun8i (Allwinner H3)"
8         select CPU_V7
9 +       select CPU_V7_HAS_NONSEC
10 +       select CPU_V7_HAS_VIRT
11         select SUNXI_GEN_SUN6I
12         select SUPPORT_SPL
13 +       select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
14  
15  config MACH_SUN8I_A83T
16         bool "sun8i (Allwinner A83T)"