[Buildroot] [PATCH 3/5] toolchain: add m68k to the list of arch that can work without MMU

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Apr 10 16:10:47 UTC 2012


The early m68k had no MMU, later m68k had MMUs, but Coldfires don't
have MMU.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 toolchain/toolchain-common.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index fb87a88..f29ccae 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -75,7 +75,7 @@ config BR2_NEEDS_GETTEXT_IF_LOCALE
 	default y if (BR2_NEEDS_GETTEXT && BR2_ENABLE_LOCALE)
 
 config BR2_USE_MMU
-	bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
+	bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa || BR2_m68k
 	default y if !BR2_bfin
 	help
 	  If your target has a MMU, you should say Y here.  If you
-- 
1.7.4.1




More information about the buildroot mailing list