imx31: remove platform completely (fix #1360)

This commit is contained in:
Stefan Kalkowski
2015-01-12 11:48:43 +01:00
committed by Christian Helmuth
parent 0f18ecc142
commit 901bff813d
13 changed files with 19 additions and 516 deletions

View File

@ -1,18 +0,0 @@
#
# \brief Build configurations for 'base-hw' on Freescale i.MX31
# \author Martin Stein
# \date 2011-12-20
#
# denote wich specs are also fullfilled by this spec
SPECS += hw platform_imx31 epit
# configure multiprocessor mode
NR_OF_CPUS = 1
# set address where to link the text segment at
LD_TEXT_ADDR ?= 0x82000000
# include implied specs
include $(call select_from_repositories,mk/spec-hw.mk)
include $(call select_from_repositories,mk/spec-platform_imx31.mk)