summaryrefslogtreecommitdiffstats
path: root/bsps/mips/rbtx4925/config/rbtx4925.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/rbtx4925/config/rbtx4925.cfg')
-rw-r--r--bsps/mips/rbtx4925/config/rbtx4925.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/bsps/mips/rbtx4925/config/rbtx4925.cfg b/bsps/mips/rbtx4925/config/rbtx4925.cfg
index 744fdb4240..b3d04cff37 100644
--- a/bsps/mips/rbtx4925/config/rbtx4925.cfg
+++ b/bsps/mips/rbtx4925/config/rbtx4925.cfg
@@ -13,10 +13,3 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections
-
-define bsp-post-link
- $(OBJCOPY) -O srec $@ $(basename $@).srec1
- $(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
- $(RM) $(basename $@).srec1
- $(default-bsp-post-link)
-endef