From patchwork Thu Oct 27 14:47:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 79692 Delivered-To: patch@linaro.org Received: by 10.80.142.83 with SMTP id 19csp685693edx; Thu, 27 Oct 2016 07:48:23 -0700 (PDT) X-Received: by 10.28.189.7 with SMTP id n7mr8038312wmf.94.1477579703605; Thu, 27 Oct 2016 07:48:23 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id h62si3645639wmg.52.2016.10.27.07.48.23; Thu, 27 Oct 2016 07:48:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; 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 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0C16DA7594; Thu, 27 Oct 2016 16:48:01 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z1aiy7S_UAeE; Thu, 27 Oct 2016 16:48:00 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B45B8B3826; Thu, 27 Oct 2016 16:47:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B5AF84B77D for ; Thu, 27 Oct 2016 16:47:33 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h9s2uE6pA1D7 for ; Thu, 27 Oct 2016 16:47:33 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 056184BA35 for ; Thu, 27 Oct 2016 16:47:29 +0200 (CEST) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-07.nifty.com with ESMTP id u9RElDVK017011; Thu, 27 Oct 2016 23:47:21 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u9RElDVK017011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1477579641; bh=MK8ocZiSXPAog8tfI6xUuLekAyhXN6T8DpQdreUPKx0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=r960K5b7dvphpmbRD6fB/Rcj1Iakvsne1y1pn8zBdlHBohgBxfZlLxF6ALXv+Vysl w3o4fMMuwJih/95lS0twPFSIW50XGNg2ytcKZND8F+EV6cBmRSRyEa4TLhWDjXr98o clJc+/nqD4BpuVSZySKEgEGvG/7Yrjtlyb+veDFUz33ZKkQDu+vYa9meGa/4BYpnR3 4/rE+m4O3v62YZgcfdDnjhzo4JB88DbgV5BMEhhst92NTPgti/o8+yk6suLgWriLGB 5XaYp+WIeeVnf0niUPoveKBbXVTSGFJzWEiOX0nXBz3SmIJO8YPQZ8BaEyzfUUhc6+ 5gFYJxpmH5eaQ== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 27 Oct 2016 23:47:01 +0900 Message-Id: <1477579630-9692-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1477579630-9692-1-git-send-email-yamada.masahiro@socionext.com> References: <1477579630-9692-1-git-send-email-yamada.masahiro@socionext.com> Cc: Albert Aribaud Subject: [U-Boot] [PATCH 02/11] ARM: uniphier: remove unused board attribute macros X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 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" After SoC evaluation, they turned out unnecessary. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/init.h | 3 --- 1 file changed, 3 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/mach-uniphier/init.h b/arch/arm/mach-uniphier/init.h index 4e3bee1..361e024 100644 --- a/arch/arm/mach-uniphier/init.h +++ b/arch/arm/mach-uniphier/init.h @@ -24,9 +24,6 @@ struct uniphier_board_data { struct uniphier_dram_ch dram_ch[UNIPHIER_MAX_NR_DRAM_CH]; unsigned int flags; -#define UNIPHIER_BD_DPLL_SSC_GET_RATE(f) (((f) >> 8) & 0x3) -#define UNIPHIER_BD_DPLL_SSC_RATE(r) (((r) & 0x3) << 8) - #define UNIPHIER_BD_DDR3PLUS BIT(2) #define UNIPHIER_BD_BOARD_GET_TYPE(f) ((f) & 0x3)