2012-05-30 18:13:09 +00:00
|
|
|
#
|
|
|
|
# \brief Offer build configurations that are specific to base-hw and PBXA9
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2011-12-20
|
|
|
|
#
|
|
|
|
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
|
|
|
SPECS += hw platform_pbxa9
|
|
|
|
|
2013-12-17 17:10:02 +00:00
|
|
|
# configure multiprocessor mode
|
|
|
|
PROCESSORS = 1
|
|
|
|
|
2012-05-30 18:13:09 +00:00
|
|
|
# set address where to link text segment at
|
2013-11-27 18:10:50 +00:00
|
|
|
LD_TEXT_ADDR ?= 0x70000000
|
2012-05-30 18:13:09 +00:00
|
|
|
|
|
|
|
# include implied specs
|
|
|
|
include $(call select_from_repositories,mk/spec-hw.mk)
|
|
|
|
include $(call select_from_repositories,mk/spec-platform_pbxa9.mk)
|