summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/lpc2478.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/custom/lpc2478.cfg b/make/custom/lpc2478.cfg
index 90929506de..a86b9ac9dc 100644
--- a/make/custom/lpc2478.cfg
+++ b/make/custom/lpc2478.cfg
@@ -19,6 +19,8 @@ CFLAGS_OPTIMIZE_V = -Os -g
define bsp-post-link
$(OBJCOPY) -O binary '$@' '$(basename $@).bin'
gzip -f -9 '$(basename $@).bin'
- mkimage -A arm -O rtems -T kernel -C gzip -a a0000000 -e a0000000 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
+ # mkimage -A arm -O rtems -T kernel -C gzip \
+ # -a a0000000 -e a0000000 -name '$(notdir $@)' \
+ # -d '$(basename $@).bin.gz' '$(basename $@).img'
$(default-bsp-post-link)
endef