From patchwork Thu Oct 26 12:24:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 830603 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="OR7VccNM"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3yN5vv453Sz9t2c for ; Thu, 26 Oct 2017 23:31:07 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 55474C21DD7; Thu, 26 Oct 2017 12:28:57 +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 53714C21E4C; Thu, 26 Oct 2017 12:26:07 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 527E1C21DE9; Thu, 26 Oct 2017 12:25:51 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id 693DBC21E11 for ; Thu, 26 Oct 2017 12:25:42 +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 v9QCOleI008415; Thu, 26 Oct 2017 21:24:59 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v9QCOleI008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1509020700; bh=QAfVX6sa4Lhf8B1JNiEpLMvFlr3m+iCOk0HB0Vgv17A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OR7VccNM/Xq4Fu+SiU9kE10IoV4t0XMUCA1GELbAgybe/3X5jTTwL3ghEQ+/f4Ex8 JtOj9LNw0Haqi1NsRqDjVSK6a3q5/HQoxZmrSk9xYVk7Y4lvAQVl8uL3eaIQTeMvX8 +bl7imxMcfXy0tjM0lSkVIBhM1BE29tYZ4pjqoYqKMz7rptKmF1Y/z8S7vEp1v3IDO 8n65J+DIsphfdT+U988Rh2pP7rTMUGICb5Cgc3ZOMtZW2JPdNBIM0//iP/zTrQz2RB OjABgxegwCXGrZy1hkGeArXXelJf8NETymNHStoaT7aGD2WE2fjr2pCC/DkmBc/9hp nRWiBAsSvo4VA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 26 Oct 2017 21:24:27 +0900 Message-Id: <1509020671-1321-13-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 , Joe Hershberger , Jagan Teki Subject: [U-Boot] [PATCH 12/16] AM33XX: etamin: remove CONFIG_DFU_MTD 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/etamin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/etamin.h b/include/configs/etamin.h index c9584ad..7bd2c4a 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -120,7 +120,6 @@ -#define CONFIG_DFU_MTD #undef COMMON_ENV_DFU_ARGS #define COMMON_ENV_DFU_ARGS "dfu_args=run bootargs_defaults;" \ "setenv bootargs ${bootargs};" \