mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
committed by
Norman Feske
parent
1b73f80350
commit
88316abca1
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user