2015-03-25 18:30:37 +00:00
|
|
|
#
|
|
|
|
# \brief Build configurations for 'base-hw' on WandBoard Quad
|
|
|
|
# \author Nikolay Golikov <nik@ksyslabs.org>
|
|
|
|
# \author Josef Soentgen
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2014-02-25
|
|
|
|
#
|
|
|
|
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
2015-09-03 12:55:05 +00:00
|
|
|
SPECS += hw imx6
|
2015-03-25 18:30:37 +00:00
|
|
|
|
|
|
|
# configure multiprocessor mode
|
|
|
|
NR_OF_CPUS = 1
|
|
|
|
|
|
|
|
# set address where to link the text segment at
|
|
|
|
LD_TEXT_ADDR ?= 0x10001000
|
|
|
|
|
|
|
|
# include implied specs
|
2015-09-03 12:55:05 +00:00
|
|
|
include $(call select_from_repositories,mk/spec/hw.mk)
|
|
|
|
include $(call select_from_repositories,mk/spec/imx6.mk)
|