From patchwork Mon Jul 25 13:06:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 652254 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3ryhLW270bz9s5M for ; Mon, 25 Jul 2016 23:05:06 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b=TTSmxTF4; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB6EAA7773; Mon, 25 Jul 2016 15:05: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 xmdEr1fTLikz; Mon, 25 Jul 2016 15:05:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F10B6A7624; Mon, 25 Jul 2016 15:05:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6C27EA7624 for ; Mon, 25 Jul 2016 15:04:56 +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 3v8pW7uE-A4C for ; Mon, 25 Jul 2016 15:04:56 +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-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by theia.denx.de (Postfix) with ESMTPS id A9236A74D6 for ; Mon, 25 Jul 2016 15:04:52 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id u6PD4MWo012110; Mon, 25 Jul 2016 22:04:28 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com u6PD4MWo012110 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1469451868; bh=ldzrp3jQITNI3HuUUYUnQuYqQ8St4s+wBBMTgSz7Tzw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TTSmxTF4RGGhXwB3Rk+OyaTqcF/9qPr7q56/bDPScNmcvA579BkU9TqxeZMBty34M qBLdori6bhOxVUiXvBGaHC3xpTBtbdcNA/LbpM0dlvqoJ7tPHAzfXbeFkrAXlWZRZA gOs8Wn/Nb5vRiOGj0onHZCJeweGO9jgT8pt1UnvAMoqgfnxozsW0JVRMShxzFt4zHu PSMlhaeiHlo03nIQJE6fTF09ch7Mrefck+SD+pjE7XwJZQHiPXRFdtJ5JoksronBLV vNrj6ap4fgiwtjVCRdlKtUS6pfHJg5pj5XIGELC9y/qTT+ryzJzTO8N5aRBnTcwr1o +aOZFjhGOFZhQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 25 Jul 2016 22:06:08 +0900 Message-Id: <1469451968-26992-4-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1469451968-26992-1-git-send-email-yamada.masahiro@socionext.com> References: <1469451968-26992-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 3/3] arm64: thunderx_88xx_defconfig: remove unneeded CONFIG_SYS_EXTRA_OPTIONS 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" ARM64 is correctly select'ed in arch/arm/Kconfig, so this line in the defconfig is unneeded. Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini --- configs/thunderx_88xx_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/thunderx_88xx_defconfig b/configs/thunderx_88xx_defconfig index 4a8655f..28797f9 100644 --- a/configs/thunderx_88xx_defconfig +++ b/configs/thunderx_88xx_defconfig @@ -2,7 +2,6 @@ CONFIG_ARM=y CONFIG_TARGET_THUNDERX_88XX=y CONFIG_DM_SERIAL=y CONFIG_DEFAULT_DEVICE_TREE="thunderx-88xx" -CONFIG_SYS_EXTRA_OPTIONS="ARM64" CONFIG_BOOTDELAY=5 CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="ThunderX_88XX> "