From patchwork Thu Oct 26 12:24:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 830600 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="AO25T1eZ"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3yN5rF0nT8z9t2c for ; Thu, 26 Oct 2017 23:27:56 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id CAA31C21C71; Thu, 26 Oct 2017 12:27:01 +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 C91E8C21E0C; Thu, 26 Oct 2017 12:25:48 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id AEE84C21DC8; Thu, 26 Oct 2017 12:25:46 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id D9F42C21DDA for ; Thu, 26 Oct 2017 12:25:38 +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 v9QCOleG008415; Thu, 26 Oct 2017 21:24:58 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v9QCOleG008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1509020698; bh=mITvwMjL3FPH8NeyTYuO6qvPLErsUzdzeIQpgsSypCI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AO25T1eZqATP29uIhgHDBesoVDoPPrE0mGDj/I8iE4Lbqfg3U1qz11K+0xWxVIO3W e9jnBeGS8i39d6xjkuSP2YKmLVNC4V3TPQSrPkYyO98l7FTlH86JoHN6XtaWCVNE5r M/IsQmvFIlZLXuMspcO9zN1fbKUlxsCpriQ3kdDVUgsmpNf5VskpEa3XjdCnCSb7m3 dY+qwVn1r67z/IpuZGoc2LiHKUh6ysByYUxtSdess1tNCWn3Z+eeLp4RlvrUqT+IJk ZSHXmO+eswIgOz7CZL1XmLztls+7kl2NNwJsnlotTdovLqFLcROwPTOPctkfFd56xY Kld6+MORRENyg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 26 Oct 2017 21:24:25 +0900 Message-Id: <1509020671-1321-11-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: Thomas Petazzoni , Tom Rini , Stefan Roese , Thomas Abraham Subject: [U-Boot] [PATCH 10/16] exynos: remove CONFIG_CORE_COUNT 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 Acked-by: Minkyu Kang --- include/configs/exynos5420-common.h | 5 ----- include/configs/exynos7420-common.h | 3 --- 2 files changed, 8 deletions(-) diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h index 79e6d13..ae9ead5 100644 --- a/include/configs/exynos5420-common.h +++ b/include/configs/exynos5420-common.h @@ -43,11 +43,6 @@ #define CONFIG_LOWPOWER_FLAG 0x02020028 #define CONFIG_LOWPOWER_ADDR 0x0202002C -/* - * Number of CPUs available - */ -#define CONFIG_CORE_COUNT 0x8 - #define CONFIG_USB_XHCI_EXYNOS #endif /* __CONFIG_EXYNOS5420_H */ diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h index 0aeec39..4e10471 100644 --- a/include/configs/exynos7420-common.h +++ b/include/configs/exynos7420-common.h @@ -43,9 +43,6 @@ #define CONFIG_IRAM_END (CONFIG_IRAM_BASE + CONFIG_IRAM_SIZE) #define CPU_RELEASE_ADDR secondary_boot_addr -/* Number of CPUs available */ -#define CONFIG_CORE_COUNT 0x8 - /* select serial console configuration */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)