2012-05-30 18:13:09 +00:00
|
|
|
#
|
|
|
|
# \brief Offer build configurations that are specific to base-hw and Pandaboard A2
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2011-12-20
|
|
|
|
#
|
|
|
|
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
2012-11-20 14:38:32 +00:00
|
|
|
SPECS += hw platform_panda
|
2012-05-30 18:13:09 +00:00
|
|
|
|
2013-12-17 17:10:02 +00:00
|
|
|
# configure multiprocessor mode
|
2014-10-10 14:13:52 +00:00
|
|
|
NR_OF_CPUS = 1
|
2013-12-17 17:10:02 +00:00
|
|
|
|
2012-05-30 18:13:09 +00:00
|
|
|
# set address where to link the text segment at
|
2014-02-25 09:37:05 +00:00
|
|
|
LD_TEXT_ADDR ?= 0x81000000
|
2012-05-30 18:13:09 +00:00
|
|
|
|
|
|
|
# include implied specs
|
|
|
|
include $(call select_from_repositories,mk/spec-hw.mk)
|
2012-11-20 14:38:32 +00:00
|
|
|
include $(call select_from_repositories,mk/spec-platform_panda.mk)
|