From 24dc66c6ef598938b6d692a25deaa813a3f957ed Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 5 Oct 2009 10:32:28 +0000 Subject: renamed config files --- make/custom/lpc24xx_ea.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 make/custom/lpc24xx_ea.cfg (limited to 'make/custom/lpc24xx_ea.cfg') diff --git a/make/custom/lpc24xx_ea.cfg b/make/custom/lpc24xx_ea.cfg new file mode 100644 index 0000000000..8fe906092f --- /dev/null +++ b/make/custom/lpc24xx_ea.cfg @@ -0,0 +1,16 @@ +# +# 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 -- cgit v1.2.3