arch: aarch64 always has a MMU
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Jul 2015 16:34:42 +0000 (18:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Jul 2015 16:34:42 +0000 (18:34 +0200)
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>
arch/Config.in

index 39ce0464df2796136a2864cf022aa1e25e0772fd..875f4121a296b0c5e1f3bc2bd212ccb467e62693 100644 (file)
@@ -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