2012-10-23 15:12:09 +00:00
|
|
|
#
|
|
|
|
# \brief Build configurations for 'base-hw' on Freescale i.MX31
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2011-12-20
|
|
|
|
#
|
|
|
|
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
2013-03-14 09:50:09 +00:00
|
|
|
SPECS += hw platform_imx31 epit
|
2012-10-23 15:12:09 +00:00
|
|
|
|
2013-12-17 17:10:02 +00:00
|
|
|
# configure multiprocessor mode
|
|
|
|
PROCESSORS = 1
|
|
|
|
|
2012-10-23 15:12:09 +00:00
|
|
|
# set address where to link the text segment at
|
|
|
|
LD_TEXT_ADDR ?= 0x82000000
|
|
|
|
|
|
|
|
# include implied specs
|
|
|
|
include $(call select_from_repositories,mk/spec-hw.mk)
|
|
|
|
include $(call select_from_repositories,mk/spec-platform_imx31.mk)
|