summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-12 18:34:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-12 18:34:42 +0200
commitf410de414072f1aea6ed32f4e6aef8769f2ae665 (patch)
tree5d9eb91678f5abef76cbf0e5286017110f1768b2 /arch
parent827ba46556b7c2dddb0e881879bacf3283fc2c3f (diff)
downloadbuildroot-f410de414072f1aea6ed32f4e6aef8769f2ae665.tar.gz
buildroot-f410de414072f1aea6ed32f4e6aef8769f2ae665.zip
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud