diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-04-10 00:39:28 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-04-20 13:16:43 +0200 |
commit | 538cf92c8c2e8ea7f78c87b5bfb2f705b4b02fa8 (patch) | |
tree | eaca9b55842f02c81f8d785cf5fe2ea26e8f0a20 /board/incaip/Makefile | |
parent | 5f978d7efe7b68d8b9f127a8dfb8eaa999126485 (diff) | |
download | u-boot-imx-538cf92c8c2e8ea7f78c87b5bfb2f705b4b02fa8.zip u-boot-imx-538cf92c8c2e8ea7f78c87b5bfb2f705b4b02fa8.tar.gz u-boot-imx-538cf92c8c2e8ea7f78c87b5bfb2f705b4b02fa8.tar.bz2 |
MIPS: drop incaip board
This is dead hardware and no one is interested in making the
necessary changes for upcoming features like generic board or
driver model.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/incaip/Makefile')
-rw-r--r-- | board/incaip/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/incaip/Makefile b/board/incaip/Makefile deleted file mode 100644 index 602d30e..0000000 --- a/board/incaip/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# (C) Copyright 2003-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = incaip.o flash.o -obj-y += lowlevel_init.o |