diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-07 00:49:11 -0500 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-07 14:29:19 +0100 |
commit | 871db074b133908cb59480da37626199a00704fd (patch) | |
tree | 38f3e0d21297bcc45f0ce5c4c3a2606341b21d27 /toolchain | |
parent | febe322d273e1f9538aa124861badc0df2e52742 (diff) |
initial support for Blackfin processors
[Peter: don't allow MMU on bfin]
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r-- | 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 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. |