|
@@ -60,7 +60,6 @@ config BR2_armeb
|
|
config BR2_aarch64
|
|
config BR2_aarch64
|
|
bool "AArch64 (little endian)"
|
|
bool "AArch64 (little endian)"
|
|
select BR2_ARCH_IS_64
|
|
select BR2_ARCH_IS_64
|
|
- select BR2_ARCH_HAS_MMU_MANDATORY
|
|
|
|
help
|
|
help
|
|
Aarch64 is a 64-bit architecture developed by ARM Holdings.
|
|
Aarch64 is a 64-bit architecture developed by ARM Holdings.
|
|
http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
|
|
http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
|
|
@@ -69,7 +68,6 @@ config BR2_aarch64
|
|
config BR2_aarch64_be
|
|
config BR2_aarch64_be
|
|
bool "AArch64 (big endian)"
|
|
bool "AArch64 (big endian)"
|
|
select BR2_ARCH_IS_64
|
|
select BR2_ARCH_IS_64
|
|
- select BR2_ARCH_HAS_MMU_MANDATORY
|
|
|
|
help
|
|
help
|
|
Aarch64 is a 64-bit architecture developed by ARM Holdings.
|
|
Aarch64 is a 64-bit architecture developed by ARM Holdings.
|
|
http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
|
|
http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
|