]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sh/cpu/sh2/config.mk
sh: Use -m2a-nofpu only
[people/ms/u-boot.git] / arch / sh / cpu / sh2 / config.mk
index 12e202d539a01deba8a66e62be9f4adb78c861e0..a063e8361c986f4c600263d81af0f64901680b1c 100644 (file)
@@ -8,7 +8,7 @@
 ENDIANNESS += -EB
 
 ifdef CONFIG_CPU_SH2A
-PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb
+PLATFORM_CPPFLAGS += -m2a-nofpu -mb
 else # SH2
 PLATFORM_CPPFLAGS += -m3e -mb
 endif