summaryrefslogtreecommitdiffstats
path: root/make/custom/lpc24xx_ea.cfg
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-05 10:32:28 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-05 10:32:28 +0000
commit24dc66c6ef598938b6d692a25deaa813a3f957ed (patch)
tree3db060c71e2e4f4b9db6c7ae6a89e668bc36ab68 /make/custom/lpc24xx_ea.cfg
parent2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-24dc66c6ef598938b6d692a25deaa813a3f957ed.tar.bz2
renamed config files
Diffstat (limited to 'make/custom/lpc24xx_ea.cfg')
-rw-r--r--make/custom/lpc24xx_ea.cfg16
1 files changed, 16 insertions, 0 deletions
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