From patchwork Tue Apr 24 17:34:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan O'Donoghue X-Patchwork-Id: 903724 X-Patchwork-Delegate: sbabic@denx.de 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; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="U1LqURH8"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40Vr9P0WX7z9s0v for ; Wed, 25 Apr 2018 03:36:40 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id AC173C21F1C; Tue, 24 Apr 2018 17:35:15 +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=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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 C816BC21F48; Tue, 24 Apr 2018 17:34:43 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 0469AC21E90; Tue, 24 Apr 2018 17:34:21 +0000 (UTC) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by lists.denx.de (Postfix) with ESMTPS id E1B69C21EAE for ; Tue, 24 Apr 2018 17:34:17 +0000 (UTC) Received: by mail-wm0-f66.google.com with SMTP id i3so2202053wmf.3 for ; Tue, 24 Apr 2018 10:34:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VzQZRxrFhS6Lp2SkQUo7nQLPUl0GyFtdI4BpGk3rqDw=; b=U1LqURH86/Pk2WFXfAn86tQYfqkhzHCj7q4lOMDdVHT6GQ/rlZTRm1MJ3KrMkwgDR8 qVqcj06vzVtLo9eTtqNrtttqJ+qpEdj7ioQKovWqlfQhKS2/NCTsmBiptENwOYAVVulf Ol7ydLKw/m4ZYpI65PWQFCoBVP/HbJPaHib8k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VzQZRxrFhS6Lp2SkQUo7nQLPUl0GyFtdI4BpGk3rqDw=; b=g25n7Z21ZLETmgHssyCebRaF8UBCaa4MVTrKdeM0uA4a/b56IQHoXd6/jWB2XIXlb1 jBDXbafPMZpg3IKwPyq5mRt7U3EQk2lSgT4Qk8R0nru5yr6O/+uPc9HSIycUaXpCx8pV SdfddqITVBQ4KMxlhcSYHsGTtSP2SPrOP5L0C7NDavnQ3ERQQH18Z7Ki9Ca9Zo3rVXtN dLBQXBOYPWk1allk4DdSmR2hkk0xwVDPRnWIJ0DuWHeYy8z+dqQ8Q+v2BwPoPv78MLNe uB9xgNS79sb1CqzfETU2SDb2Ljtl/RtJQNqCLTzBA52FLRJsVtxPPlGqdeUuxpmwdxZF t1Gw== X-Gm-Message-State: ALQs6tDeTxPS3drxykoK83zp3W9zktPucJoxbIw+Okc3dp4rZ/XYc28O tEn8UMGdyBADZzt3KKd7mh0Uq6H9MTg= X-Google-Smtp-Source: AIpwx49A10G4POj1eYEgMWQharG/U1uzWY6adimZkG2mXw/iT+Nj3Q3shMY1rP4YVqxSCuJNW5GhLg== X-Received: by 10.80.232.1 with SMTP id e1mr34951966edn.226.1524591257412; Tue, 24 Apr 2018 10:34:17 -0700 (PDT) Received: from event-horizon.net ([109.255.42.2]) by smtp.gmail.com with ESMTPSA id i15sm9537663edb.56.2018.04.24.10.34.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Apr 2018 10:34:16 -0700 (PDT) From: Bryan O'Donoghue To: u-boot@lists.denx.de, sbabic@denx.de, fabio.estevam@nxp.com, breno.lima@nxp.com Date: Tue, 24 Apr 2018 18:34:12 +0100 Message-Id: <20180424173413.11068-3-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180424173413.11068-1-bryan.odonoghue@linaro.org> References: <20180424173413.11068-1-bryan.odonoghue@linaro.org> Subject: [U-Boot] [PATCH v4 2/3] warp7: secure_defconfig: Remove secure_defconfig 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 patch removes warp7_secure_defconfig. A previous patch set CONFIG_ARMV7_BOOT_SEC_DEFAULT=y on the unsecure WaRP7 config. Fabio asked if I could confirm that the NXP and upstream kernels will boot on the WaRP7 with CONFIG_ARMV7_BOOT_SEC_DEFAULT=y. I can confirm that this is the case, so there's no need to support the secure defconfig - drop it now. Signed-off-by: Bryan O'Donoghue Suggested-by: Fabio Estevam Reviewed-by: Fabio Estevam --- board/warp7/MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/board/warp7/MAINTAINERS b/board/warp7/MAINTAINERS index 0fc9746606..1d3ee29222 100644 --- a/board/warp7/MAINTAINERS +++ b/board/warp7/MAINTAINERS @@ -4,4 +4,3 @@ S: Maintained F: board/warp7/ F: include/configs/warp7.h F: configs/warp7_defconfig -F: configs/warp7_secure_defconfig