summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/lh7a40x/config.mk
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-08 04:11:38 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-16 18:00:36 +0200
commitb9f4bc34ac0ee40f8d6a952036b4cd62b854aa74 (patch)
tree86317ad608d96feb3a4d73c23d558fcf39b360fc /arch/arm/cpu/lh7a40x/config.mk
parent34cda7a0d89297e450106951d554b56ed4c1fd3b (diff)
downloadu-boot-imx-b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74.zip
u-boot-imx-b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74.tar.gz
u-boot-imx-b9f4bc34ac0ee40f8d6a952036b4cd62b854aa74.tar.bz2
Remove lh7a40x cpu and serial driver
Since commit 957731ed (ARM: remove broken "lpd7a40x" boards), lh7a40x cpu and serial driver have become unused. Remove them. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/cpu/lh7a40x/config.mk')
-rw-r--r--arch/arm/cpu/lh7a40x/config.mk33
1 files changed, 0 insertions, 33 deletions
diff --git a/arch/arm/cpu/lh7a40x/config.mk b/arch/arm/cpu/lh7a40x/config.mk
deleted file mode 100644
index 1c4aa97..0000000
--- a/arch/arm/cpu/lh7a40x/config.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# (C) Copyright 2002
-# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
-#
-# See file CREDITS for list of people who contributed to this
-# project.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-
-PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
-
-PLATFORM_CPPFLAGS += -march=armv4
-# =========================================================================
-#
-# Supply options according to compiler version
-#
-# ========================================================================
-PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
-PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)