summaryrefslogblamecommitdiffstats
path: root/make/custom/lpc2478.cfg
blob: 7db495c51b81dccceeed3faebd4943f5d44cad64 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                   
                                   
 
                                             
 





                                                                                                                                              
#
#  Config file for LPC2478 (QVGA Base Board from Embedded Artists).
#
#  $Id$
#

LPC24XX_LINKCMDS = linkcmds.lpc2478

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