From patchwork Fri Jun 17 10:24:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 70304 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp203650qgy; Fri, 17 Jun 2016 03:23:54 -0700 (PDT) X-Received: by 10.28.152.211 with SMTP id a202mr1540892wme.60.1466159034353; Fri, 17 Jun 2016 03:23:54 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id b4si171980wmg.2.2016.06.17.03.23.54; Fri, 17 Jun 2016 03:23:54 -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 4FF28A7711; Fri, 17 Jun 2016 12:23:47 +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 Viy2zpIxw6BN; Fri, 17 Jun 2016 12:23:47 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2BF6AA76F0; Fri, 17 Jun 2016 12:23:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5EDD4A7641 for ; Fri, 17 Jun 2016 12:23:29 +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 MPSKw-V9ZQqw for ; Fri, 17 Jun 2016 12:23:29 +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-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by theia.denx.de (Postfix) with ESMTPS id A274FA7548 for ; Fri, 17 Jun 2016 12:23:24 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id u5HANA5c026719; Fri, 17 Jun 2016 19:23:12 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com u5HANA5c026719 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1466158992; bh=i+xYshIrI2Gpnx9iDKuDt+SHDw4KjJl99LgXzcK3gvQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rMn8Aw2APTOOqEMnU9rLzTRgfx2lBR6jnyNX9rpVAm/MakXtI1/lJiwCNfXjpciAA daiqvDr4QERTWn4WPq8pmCkcS6EPFBh6v3z6Ff29GX7tMieIsHBZDurzChusvgfAZl ftPcZ3bwuhph8mUQJwq9hs+sNc/oukQf+nJg7+Zw0yB52ivq1eF26I5e2sAB/H8cMQ 4WZMKsTctPKU0GUbCMp+VQsq4M0oP1syLmk7NiCXo+bFvglLoTSxiQXcrpqcuyNGpH wZzTIB9kAkuulAuLdbRmnYLHEPMpCGHzXZO5gs1wcgWnKkNTsUCbPPfGlymOoweWYb BXGe8iKnp5CKg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 17 Jun 2016 19:24:28 +0900 Message-Id: <1466159070-9473-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466159070-9473-1-git-send-email-yamada.masahiro@socionext.com> References: <1466159070-9473-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 2/4] ARM: uniphier: move CONFIG_ARMV8_MULTIENTRY to Kconfig 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" I just did not notice this option had an entry in Kconfig. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/Kconfig | 1 + include/configs/uniphier.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) -- 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/Kconfig b/arch/arm/mach-uniphier/Kconfig index 175c9f7..89be0b3 100644 --- a/arch/arm/mach-uniphier/Kconfig +++ b/arch/arm/mach-uniphier/Kconfig @@ -11,6 +11,7 @@ config ARCH_UNIPHIER_64BIT bool select ARM64 select SPL_SEPARATE_BSS + select ARMV8_MULTIENTRY choice prompt "UniPhier SoC select" diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 68f6c9f..77057d0 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -99,7 +99,6 @@ #define CONFIG_SYS_MMC_ENV_PART 1 #ifdef CONFIG_ARM64 -#define CONFIG_ARMV8_MULTIENTRY #define CPU_RELEASE_ADDR 0x80000000 #define COUNTER_FREQUENCY 50000000 #define CONFIG_GICV3