diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-09-23 19:11:38 +0200 |
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-10-07 19:25:19 +0200 |
| commit | 0610a16cf263d0023b4e3de1f1710906992a91b6 (patch) | |
| tree | 014582344b276fe4ca1d156c8f2a914a815282fb /arch/arm/cpu/arm925t/config.mk | |
| parent | ddd025bb6e283744dc93d3653a0b6fbd5c35e904 (diff) | |
| download | olio-uboot-2014.01-0610a16cf263d0023b4e3de1f1710906992a91b6.tar.xz olio-uboot-2014.01-0610a16cf263d0023b4e3de1f1710906992a91b6.zip | |
omap1510inn: arm925t: remove support
omap1510inn is orphan and has been for years now.
Reove it and, as it was the only arm925t target,
also remove arm925t support.
Update doc/README.scrapyard accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/cpu/arm925t/config.mk')
| -rw-r--r-- | arch/arm/cpu/arm925t/config.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/cpu/arm925t/config.mk b/arch/arm/cpu/arm925t/config.mk deleted file mode 100644 index 67537dced..000000000 --- a/arch/arm/cpu/arm925t/config.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -# (C) Copyright 2002 -# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -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) |