]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/m68k/config.mk
m68k: merge compile flags -ffixed-d7 -sep-data
[karo-tx-uboot.git] / arch / m68k / config.mk
index 9c3e24f2fcfdbee2d7ed84897084074747b54125..79ae2987ead99ab78d7916fff64331b26ebf93cb 100644 (file)
@@ -11,5 +11,6 @@ CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000
 
 PLATFORM_CPPFLAGS += -DCONFIG_M68K -D__M68K__
 PLATFORM_LDFLAGS  += -n
-PLATFORM_RELFLAGS              += -ffunction-sections -fdata-sections
+PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
+PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
 LDFLAGS_FINAL                  += --gc-sections