From patchwork Thu Oct 26 12:24:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 830599 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="aSPY1/D7"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3yN5qM6VY6z9t2c for ; Thu, 26 Oct 2017 23:27:11 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 8358FC21E16; Thu, 26 Oct 2017 12:26:19 +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 E50A0C21C71; Thu, 26 Oct 2017 12:25:33 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 7F664C21DDD; Thu, 26 Oct 2017 12:25:28 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id 53BB4C21DDF for ; Thu, 26 Oct 2017 12:25:22 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id v9QCOleA008415; Thu, 26 Oct 2017 21:24:53 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v9QCOleA008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1509020693; bh=gYYVM0WYYYTHSojRE1wP46SFNNzqsPCEbXeg1XWRfWQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aSPY1/D7ZaFxe5rXI8l4bORkpxMeBSg1forW0yLFzy1MGdK8Q2d41A0hiM26oBDRZ mCFfHsSXesUNVAJPygeDC1MN7MVr1FNFLh93kizKrEvGkXF0ACMQPRiVHAjngbQiPJ P5s1ag5dFuO992dt43BjZ2U0ly7B0iC5RPSsat6XTvWZPeE5c7hRVPHX7eqsAHKtJ6 QNTGwbUp/yyeNtKcF7+ohmI8v6Y+5h7aFKyA8eup+a6zdad/lIM/gmrrUewyTn439Y LgX78oNmr1GTGJ1Ds+a668pycXUAraOW/kI0I/2Dr1DjCCsvMlya3BpIY1rHMXnFpg LsY/3nl3lkUsg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 26 Oct 2017 21:24:19 +0900 Message-Id: <1509020671-1321-5-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1509020671-1321-1-git-send-email-yamada.masahiro@socionext.com> References: <1509020671-1321-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini Subject: [U-Boot] [PATCH 04/16] omap4: sdp4430: remove CONFIG_4430SDP 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 macro is defined, but not referenced by anyone. I did not touch config_whitelist.txt - the CONFIG will be dropped by the next re-sync. Signed-off-by: Masahiro Yamada --- include/configs/omap4_sdp4430.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h index c89bd13..c7f7131 100644 --- a/include/configs/omap4_sdp4430.h +++ b/include/configs/omap4_sdp4430.h @@ -16,7 +16,6 @@ /* * High Level Configuration Options */ -#define CONFIG_4430SDP 1 /* working with SDP */ #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP #include