From patchwork Fri Apr 14 02:05:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 97416 Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp99560qgf; Thu, 13 Apr 2017 19:06:13 -0700 (PDT) X-Received: by 10.28.61.10 with SMTP id k10mr5421843wma.41.1492135572908; Thu, 13 Apr 2017 19:06:12 -0700 (PDT) Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id r131si15687660wmg.74.2017.04.13.19.06.12; Thu, 13 Apr 2017 19:06:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id 0FA86C21C68; Fri, 14 Apr 2017 02:06:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 90AB7C21C41; Fri, 14 Apr 2017 02:06:02 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 85EF3C21C41; Fri, 14 Apr 2017 02:06:00 +0000 (UTC) Received: from conuserg-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by lists.denx.de (Postfix) with ESMTPS id 9B687C21C35 for ; Fri, 14 Apr 2017 02:05:59 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id v3E25qui005186; Fri, 14 Apr 2017 11:05:52 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com v3E25qui005186 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1492135552; bh=EVL/Rztg/FUlsWNkDykYtVaIXwmj/TKHiDq0WpovAl0=; h=From:To:Cc:Subject:Date:From; b=VZU+sG258eLv47Ak+pACb8OpMydE5EXgCOc2YDEAu0ZrvQfBoHmDi/yOvjP6Nqkk3 797yUXtIKR8XR4t/uUwo+QRJM2LPJfPjeKxZlzqvTYRX69d7SG9SDdJaql47Cb/Rji AFdfDdi8mh+J6sixgtNSqiHjDkd/x1+KhBo1ppfNbx20J7ni56De2PylF7nbq5IpA8 Aso21SD2f9XZqFv7qfQ0u4xE8ueYq5ReadbzrrEjeeanKo2K/A9xQr9bqaPoVkcn/6 uaB5kCGIMaQ1J5a7osB4qxFlACtEdm7mED2VH8fD6Zr+ElnpFc0I+SFjtXL/Mh2BgM mJMCjHW9RFKzg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 14 Apr 2017 11:05:48 +0900 Message-Id: <1492135548-11949-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Subject: [U-Boot] [PATCH] blackfin: ibf-dsp561: remove orphan Blackfin board X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This is a Blackfin board that commit ea3310e8aafa ("Blackfin: Remove") missed to remove. Signed-off-by: Masahiro Yamada --- board/ibf-dsp561/Kconfig | 9 --------- board/ibf-dsp561/MAINTAINERS | 6 ------ board/ibf-dsp561/Makefile | 12 ------------ board/ibf-dsp561/config.mk | 11 ----------- board/ibf-dsp561/ibf-dsp561.c | 26 -------------------------- 5 files changed, 64 deletions(-) delete mode 100644 board/ibf-dsp561/Kconfig delete mode 100644 board/ibf-dsp561/MAINTAINERS delete mode 100644 board/ibf-dsp561/Makefile delete mode 100644 board/ibf-dsp561/config.mk delete mode 100644 board/ibf-dsp561/ibf-dsp561.c diff --git a/board/ibf-dsp561/Kconfig b/board/ibf-dsp561/Kconfig deleted file mode 100644 index acf5d7c..0000000 --- a/board/ibf-dsp561/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_IBF_DSP561 - -config SYS_BOARD - default "ibf-dsp561" - -config SYS_CONFIG_NAME - default "ibf-dsp561" - -endif diff --git a/board/ibf-dsp561/MAINTAINERS b/board/ibf-dsp561/MAINTAINERS deleted file mode 100644 index dfd0f90..0000000 --- a/board/ibf-dsp561/MAINTAINERS +++ /dev/null @@ -1,6 +0,0 @@ -IBF-DSP561 BOARD -M: I-SYST Micromodule -S: Maintained -F: board/ibf-dsp561/ -F: include/configs/ibf-dsp561.h -F: configs/ibf-dsp561_defconfig diff --git a/board/ibf-dsp561/Makefile b/board/ibf-dsp561/Makefile deleted file mode 100644 index cbf1612..0000000 --- a/board/ibf-dsp561/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# U-Boot - Makefile -# -# Copyright (c) 2005-2007 Analog Device Inc. -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := ibf-dsp561.o diff --git a/board/ibf-dsp561/config.mk b/board/ibf-dsp561/config.mk deleted file mode 100644 index 854d7db..0000000 --- a/board/ibf-dsp561/config.mk +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (c) 2005-2008 Analog Device Inc. -# -# (C) Copyright 2001 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -# Set some default LDR flags based on boot mode. -LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 diff --git a/board/ibf-dsp561/ibf-dsp561.c b/board/ibf-dsp561/ibf-dsp561.c deleted file mode 100644 index 8475fda..0000000 --- a/board/ibf-dsp561/ibf-dsp561.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * U-Boot - main board file - * - * Copyright (c) 2008-2009 I-SYST. - * - * Licensed under the GPL-2 or later. - */ - -#include -#include - -DECLARE_GLOBAL_DATA_PTR; - -int checkboard(void) -{ - printf("Board: I-SYST IBF-DSP561 Micromodule\n"); - printf(" Support: http://www.i-syst.com/\n"); - return 0; -} - -#ifdef CONFIG_DRIVER_AX88180 -int board_eth_init(bd_t *bis) -{ - return ax88180_initialize(bis); -} -#endif