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 /board/ti/omap1510inn/Makefile | |
parent | ddd025bb6e283744dc93d3653a0b6fbd5c35e904 (diff) | |
download | u-boot-0610a16cf263d0023b4e3de1f1710906992a91b6.tar.gz |
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 'board/ti/omap1510inn/Makefile')
-rw-r--r-- | board/ti/omap1510inn/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/board/ti/omap1510inn/Makefile b/board/ti/omap1510inn/Makefile deleted file mode 100644 index ad5a7eb94e..0000000000 --- a/board/ti/omap1510inn/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS := omap1510innovator.o -SOBJS := lowlevel_init.o - -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) -SOBJS := $(addprefix $(obj),$(SOBJS)) - -$(LIB): $(obj).depend $(OBJS) $(SOBJS) - $(call cmd_link_o_target, $(OBJS) $(SOBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### |