Browse Source

Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPU

Eric Andersen 21 năm trước cách đây
mục cha
commit
66840fe60d
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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"