diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-11-28 17:52:47 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2013-12-03 09:47:15 +0900 |
commit | cae83ce5159f9533b3dd3b442e9e5926fd0e285b (patch) | |
tree | 720772b337d01ebebfa68516a839fd7d6a12ad51 /arch/arm | |
parent | 7579751c14326f939dc24c1fbbc3e84572626248 (diff) | |
download | u-boot-imx-cae83ce5159f9533b3dd3b442e9e5926fd0e285b.zip u-boot-imx-cae83ce5159f9533b3dd3b442e9e5926fd0e285b.tar.gz u-boot-imx-cae83ce5159f9533b3dd3b442e9e5926fd0e285b.tar.bz2 |
arm: rmobile: Remove config.mk
Renesas ARM SoCs (R-Mobile, R-Car) are armv7 only.
This drops armv5 supprt from PLATFORM_CPPFLAGS and remove config.mk of
rmobile.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/rmobile/config.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/config.mk b/arch/arm/cpu/armv7/rmobile/config.mk deleted file mode 100644 index 3a36ab6..0000000 --- a/arch/arm/cpu/armv7/rmobile/config.mk +++ /dev/null @@ -1,9 +0,0 @@ -# -# (C) Copyright 2002 -# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -# Make ARMv5 to allow more compilers to work, even though its v7a. -PLATFORM_CPPFLAGS += -march=armv5 |