From patchwork Thu Oct 26 12:24:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 830605 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="1fcTWA+s"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3yN5wL1pYgz9t2r for ; Thu, 26 Oct 2017 23:31:30 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 04449C21D9E; Thu, 26 Oct 2017 12:28:16 +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 8292EC21E52; Thu, 26 Oct 2017 12:26:02 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3A4F4C21E05; Thu, 26 Oct 2017 12:25:44 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id 067D3C21DD7 for ; Thu, 26 Oct 2017 12:25:37 +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 v9QCOleB008415; Thu, 26 Oct 2017 21:24:53 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v9QCOleB008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1509020694; bh=sCHsYX2InHyc0AgnTzirK3fmGBSH+TTcsZhlppXssyo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1fcTWA+sRWejhndwRS+QoJbMmDNWj8mDogDPgbpttRPTL/1aqId0kk3RV8UQr91Qq r89HXsWLQ8xdmscdckRP9842Jloy3fjlq6+FbKZFqwM+EPjvdd5Vqfg1wCivYw+bWW IFnS6eZYLsoufpKMV2ieogNfgPTCU5sHupPPFhXxHLAD5xYnqHt5FWEJ2Xro64bREa OwJBCBH3Gq31iqKoQlaUDrhf0Mn6cr9Vsa/O2oEm2i3el+WzYi28XrBS/vdDaXJ0Cq Ax6ynaKHPJZMEysc7MOvgPnCATfYc0uUNI0HPEAFj3kDtnSw/Uc8RfzWuSyDzib7ay qgnGOb9eB03cw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 26 Oct 2017 21:24:20 +0900 Message-Id: <1509020671-1321-6-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 , Thomas Petazzoni , Kumar Gala , Andy Fleming Subject: [U-Boot] [PATCH 05/16] mpc85xx: freescale: remove CONFIG_ADDR_STREAMING 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 Reviewed-by: York Sun --- include/configs/C29XPCIE.h | 1 - include/configs/P1010RDB.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index d6982d3..7e805ec 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -109,7 +109,6 @@ #define CONFIG_L2_CACHE /* toggle L2 cache */ #define CONFIG_BTB /* toggle branch predition */ -#define CONFIG_ADDR_STREAMING /* toggle addr streaming */ #define CONFIG_ENABLE_36BIT_PHYS diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 13edd0a..adb4a18 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -205,7 +205,6 @@ #define CONFIG_L2_CACHE /* toggle L2 cache */ #define CONFIG_BTB /* toggle branch predition */ -#define CONFIG_ADDR_STREAMING /* toggle addr streaming */ #define CONFIG_ENABLE_36BIT_PHYS