From 871db074b133908cb59480da37626199a00704fd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Feb 2011 00:49:11 -0500 Subject: initial support for Blackfin processors [Peter: don't allow MMU on bfin] Acked-by: Thomas Petazzoni Signed-off-by: Mike Frysinger Signed-off-by: Peter Korsgaard --- toolchain/toolchain-common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/toolchain-common.in') diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index eb3628ac1..a641785e6 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -68,7 +68,7 @@ config BR2_NEEDS_GETTEXT_IF_LOCALE config BR2_USE_MMU bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa - default y + default y if !BR2_bfin help If your target has a MMU, you should say Y here. If you are unsure, just say Y. -- cgit v1.2.3