]> git.sur5r.net Git - u-boot/blobdiff - cpu/lh7a40x/config.mk
usb: musb: make sure the register layout is packed
[u-boot] / cpu / lh7a40x / config.mk
index c0e7a1d0448ed9fbd917bc9b6cc22535be8c3779..47b2b7b722ddf75813a1b34a0114b1e44d69d902 100644 (file)
@@ -21,8 +21,7 @@
 # MA 02111-1307 USA
 #
 
-PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
-       -msoft-float
+PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
 
 PLATFORM_CPPFLAGS += -march=armv4
 # =========================================================================
@@ -30,6 +29,4 @@ PLATFORM_CPPFLAGS += -march=armv4
 # Supply options according to compiler version
 #
 # ========================================================================
-PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
-PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
 PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))