diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:30 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:55 -0500 |
commit | 9067b30008e4c09fb6287d306caf2a6bed08370f (patch) | |
tree | 4fbb5924936cd3d8155f7e4758c7ce8a54eb84bb /board/atc/Makefile | |
parent | f7e1af8690f423e44932f412033e718576477467 (diff) | |
download | u-boot-imx-9067b30008e4c09fb6287d306caf2a6bed08370f.zip u-boot-imx-9067b30008e4c09fb6287d306caf2a6bed08370f.tar.gz u-boot-imx-9067b30008e4c09fb6287d306caf2a6bed08370f.tar.bz2 |
mpc8260: remove atc board support
These boards are still non-generic boards.
drivers/rtc/ds12887.c should also be removed because it can not
be built without CONFIG_ATC.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/atc/Makefile')
-rw-r--r-- | board/atc/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/atc/Makefile b/board/atc/Makefile deleted file mode 100644 index 3a163c4..0000000 --- a/board/atc/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2001-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = atc.o flash.o ti113x.o |