diff options
| author | Bernd Schmidt <bernds@codesourcery.com> | 2011-03-09 16:06:59 +0100 | 
|---|---|---|
| committer | Bernd Schmidt <bernds@codesourcery.com> | 2011-03-09 16:07:13 +0100 | 
| commit | 935151992d9385c54a44033d5bf8102ff10fb50f (patch) | |
| tree | 73423e4385a8ffe4c814bfcbe99d43d3213fccba | |
| parent | 3b5e53eaf0c94051969974aab6c0e89bdb424f9c (diff) | |
Select ARCH_HAS_NO_MMU for C6X.
Signed-off-by: Bernd Schmidt <bernds@codesourcery.com>
| -rw-r--r-- | extra/Configs/Config.c6x | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.c6x b/extra/Configs/Config.c6x index 7b5b00528..96adfb398 100644 --- a/extra/Configs/Config.c6x +++ b/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"  | 
