Commit 4c48cfb58b66924c52cd5c5d960e04cf6d7064ca

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 4a377552f0

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>

Showing 1 changed file with 0 additions and 9 deletions Inline Diff

arch/arm/cpu/armv7/omap-common/config.mk
1 # File was deleted
2 # (C) Copyright 2002
3 # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 # Make ARMv5 to allow more compilers to work, even though its v7a.
9 PLATFORM_CPPFLAGS += -march=armv5
10 1 #