Browse Source

Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPU

Eric Andersen 21 years ago
parent
commit
66840fe60d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      extra/Configs/Config.sh

+ 5 - 1
extra/Configs/Config.sh

@@ -71,7 +71,11 @@ endchoice
 
 config ARCH_HAS_NO_MMU
 	bool
-	default y if CONFIG_SH2 || CONFIG_SH3
+	default y if CONFIG_SH2
+
+config ARCH_HAS_NO_FPU
+       bool
+       default y if CONFIG_SH2 || CONFIG_SH3
 
 source "extra/Configs/Config.in.arch"