summaryrefslogtreecommitdiffstats
path: root/make/custom/lpc24xx_ea.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/lpc24xx_ea.cfg')
-rw-r--r--make/custom/lpc24xx_ea.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/make/custom/lpc24xx_ea.cfg b/make/custom/lpc24xx_ea.cfg
deleted file mode 100644
index 8fe906092f..0000000000
--- a/make/custom/lpc24xx_ea.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Config file for LPC24XX (QVGA Base Board from Embedded Artists).
-#
-# $Id$
-#
-
-LPC24XX_LINKCMDS = linkcmds.lpc24xx_ea
-
-include $(RTEMS_ROOT)/make/custom/lpc24xx.cfg
-
-# 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 a0000040 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
-# $(default-bsp-post-link)
-# endef