diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-25 10:01:50 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-25 11:01:29 -0500 |
commit | 4c48cfb58b66924c52cd5c5d960e04cf6d7064ca (patch) | |
tree | 22cf1d9ad9ba350bd29015162f29d70ad6e95f04 /arch/arm/cpu | |
parent | 4a377552f01b7b19ea5fc02eb844c786751f7247 (diff) | |
download | u-boot-imx-4c48cfb58b66924c52cd5c5d960e04cf6d7064ca.zip u-boot-imx-4c48cfb58b66924c52cd5c5d960e04cf6d7064ca.tar.gz u-boot-imx-4c48cfb58b66924c52cd5c5d960e04cf6d7064ca.tar.bz2 |
arm: omap: delete unincluded omap-common/config.mk
arch/arm/cpu/armv7/omap-common/config.mk is never included
because "omap-common" is not SoC name.
If we want to add OMAP-specific compiler flags,
they must be added to omap3/config.mk, omap4/config.mk, omap5/config.mk.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/armv7/omap-common/config.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/config.mk b/arch/arm/cpu/armv7/omap-common/config.mk deleted file mode 100644 index 3a36ab6..0000000 --- a/arch/arm/cpu/armv7/omap-common/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 |