From: Thomas Petazzoni Date: Sun, 12 Jul 2015 16:34:42 +0000 (+0200) Subject: arch: aarch64 always has a MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f410de414072f1aea6ed32f4e6aef8769f2ae665;p=buildroot.git arch: aarch64 always has a MMU Following the addition of AArch64 big endian, the AArch64 little endian option had lost its 'select BR2_ARCH_HAS_MMU_MANDATORY', so let's reintroduce it. Signed-off-by: Thomas Petazzoni --- diff --git a/arch/Config.in b/arch/Config.in index 39ce0464df..875f4121a2 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -61,6 +61,7 @@ config BR2_armeb config BR2_aarch64 bool "AArch64 (little endian)" select BR2_ARCH_IS_64 + select BR2_ARCH_HAS_MMU_MANDATORY help Aarch64 is a 64-bit architecture developed by ARM Holdings. http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php