Merge panda_a2 and panda SPEC (fix #505, fix #506)

There is no obvious reason for having two different SPEC variables, definitions,
and pathes for the Pandaboard platform. It even lead to problems regarding the
omap4 framebuffer driver (look at issue #505 and #506).
This commit is contained in:
Stefan Kalkowski
2012-11-20 15:38:32 +01:00
committed by Norman Feske
parent 1b73f80350
commit 88316abca1
14 changed files with 14 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
#
# Enable peripherals of the platform
#
SPECS += omap4 usb
SPECS += omap4 usb cortex_a9 tl16c750 platform_panda
#
# Pull in CPU specifics
@@ -13,4 +13,6 @@ SPECS += arm_v7a
#
REP_INC_DIR += include/platform/panda
include $(call select_from_repositories,mk/spec-cortex_a9.mk)
include $(call select_from_repositories,mk/spec-tl16c750.mk)
include $(call select_from_repositories,mk/spec-arm_v7a.mk)

View File

@@ -1,17 +0,0 @@
#
# \brief Build-system configurations specifically for the PandaBoard A2
# \author Martin Stein
# \date 2011-12-20
#
# denote wich specs are also fullfilled by this spec
SPECS += cortex_a9 tl16c750 omap4 platform_panda
# add repository relative include paths
REP_INC_DIR += include/platform/panda_a2
# include implied specs
include $(call select_from_repositories,mk/spec-platform_panda.mk)
include $(call select_from_repositories,mk/spec-cortex_a9.mk)
include $(call select_from_repositories,mk/spec-tl16c750.mk)