From patchwork Tue Aug 30 07:22:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 74948 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp2001771qga; Tue, 30 Aug 2016 00:20:56 -0700 (PDT) X-Received: by 10.194.145.233 with SMTP id sx9mr1758840wjb.185.1472541656281; Tue, 30 Aug 2016 00:20:56 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id b189si3159343wmd.92.2016.08.30.00.20.55; Tue, 30 Aug 2016 00:20:56 -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 E4825A7553; Tue, 30 Aug 2016 09:20:54 +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 MhqR2ktCGViH; Tue, 30 Aug 2016 09:20:54 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2860EA7528; Tue, 30 Aug 2016 09:20:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C3FDEA7535 for ; Tue, 30 Aug 2016 09:20:50 +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 BRnk00oeyS5X for ; Tue, 30 Aug 2016 09:20:50 +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-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by theia.denx.de (Postfix) with ESMTPS id 0CF71A751E for ; Tue, 30 Aug 2016 09:20:46 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id u7U7KFsf016675; Tue, 30 Aug 2016 16:20:17 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com u7U7KFsf016675 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1472541618; bh=7h9y+1DLuGuUJydO4+6dEWzN45TOzJSeap2S/0ysaBI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yhMiXSGZXsAt8S1HE+tdl0+vcsy6+JlylXkcGcyMjr7unCjg9sz0/XDFBFHdSNKB+ aCK59FQ/hwV8es+sDX0KBgmbBlNKoMsvdnMzDJbIrPVuhTdEbl10aNZFhjjk5iFm8G sw0sdiOjNMbSAKSxDppYQQROoItG+qy8dLOgrf188GECh0O1OgKPaun2p5Uik+VRd1 kPJjWzf8qne/hXI1ki6uztzKLiLIu+qWPj4leICC74pFRX3IA8benjwiZ9xYQX0jkG 3hD3L7Kh7wpX1k1oQkc0KD2OdX4/V8eXNud3ufZgLpUF58NAeqCA6Zzbox6ZRjqwjA CI3t/T+reu1kw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 30 Aug 2016 16:22:20 +0900 Message-Id: <1472541743-18717-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1472541743-18717-1-git-send-email-yamada.masahiro@socionext.com> References: <1472541743-18717-1-git-send-email-yamada.masahiro@socionext.com> Cc: Stephen Warren , Tom Warren Subject: [U-Boot] [PATCH v2 1/4] ARM: tegra: remove wrong dependency on SPL_BUILD 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" SPL_BUILD is not a CONFIG in Kconfig, so !SPL_BUILD is always true. Signed-off-by: Masahiro Yamada --- Changes in v2: None arch/arm/mach-tegra/tegra124/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 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-tegra/tegra124/Kconfig b/arch/arm/mach-tegra/tegra124/Kconfig index f3324ff..44f63f7 100644 --- a/arch/arm/mach-tegra/tegra124/Kconfig +++ b/arch/arm/mach-tegra/tegra124/Kconfig @@ -6,8 +6,8 @@ choice config TARGET_JETSON_TK1 bool "NVIDIA Tegra124 Jetson TK1 board" - select CPU_V7_HAS_NONSEC if !SPL_BUILD - select CPU_V7_HAS_VIRT if !SPL_BUILD + select CPU_V7_HAS_NONSEC + select CPU_V7_HAS_VIRT config TARGET_NYAN_BIG bool "Google/NVIDIA Nyan-big Chromebook"