summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc24xx/config/lpc24xx_ea.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc24xx/config/lpc24xx_ea.cfg')
-rw-r--r--bsps/arm/lpc24xx/config/lpc24xx_ea.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/bsps/arm/lpc24xx/config/lpc24xx_ea.cfg b/bsps/arm/lpc24xx/config/lpc24xx_ea.cfg
new file mode 100644
index 0000000000..813fcb8cb6
--- /dev/null
+++ b/bsps/arm/lpc24xx/config/lpc24xx_ea.cfg
@@ -0,0 +1,12 @@
+#
+# Config file for LPC24XX (QVGA Base Board from Embedded Artists).
+#
+
+include $(RTEMS_ROOT)/make/custom/lpc24xx.inc
+
+# 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