Browse Source

Select ARCH_HAS_NO_MMU for C6X.

Signed-off-by: Bernd Schmidt <bernds@codesourcery.com>
Bernd Schmidt 13 years ago
parent
commit
935151992d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/Configs/Config.c6x

+ 1 - 0
extra/Configs/Config.c6x

@@ -10,6 +10,7 @@ config FORCE_OPTIONS_FOR_ARCH
 	bool
 	default y
 	select ARCH_ANY_ENDIAN
+	select ARCH_HAS_NO_MMU
 
 choice
 	prompt "Target Processor Type"