[Buildroot] [git commit master 1/1] toolchain-common.in: Fix USE_MMU typo

Peter Korsgaard jacmet at sunsite.dk
Sat Jan 15 20:21:16 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=9cce44093bdffcabee3133301fd8caa31e97976b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Thanks to Marc Gauthier for noticing.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 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 9106e1f..eb3628a 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -67,7 +67,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_extensa
+	bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
 	default y
 	help
 	  If your target has a MMU, you should say Y here.  If you
-- 
1.7.3.4




More information about the buildroot mailing list