diff options
author | Tom Rini <trini@ti.com> | 2014-11-24 17:05:11 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-24 17:05:11 -0500 |
commit | fce0a90a68de507dc827c1ff40d9e446047fa043 (patch) | |
tree | 9b8aececd44fd791810d4fef68ac66f62e4a48bd /board | |
parent | f3a05c8f944ab2cd832e69a5705708ee7a1797fa (diff) | |
parent | 8bc347e2ec17bca44b1639a001eeed50d042f0db (diff) | |
download | u-boot-imx-fce0a90a68de507dc827c1ff40d9e446047fa043.zip u-boot-imx-fce0a90a68de507dc827c1ff40d9e446047fa043.tar.gz u-boot-imx-fce0a90a68de507dc827c1ff40d9e446047fa043.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index c3f865d..7555896 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -21,6 +21,8 @@ config MACH_SUN6I config MACH_SUN7I bool "sun7i (Allwinner A20)" select CPU_V7 + select CPU_V7_HAS_NONSEC + select CPU_V7_HAS_VIRT select SUPPORT_SPL config MACH_SUN8I |