From patchwork Sat Mar 31 17:50:00 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: 893837 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="c72LJ4mJ"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40D5f03q6vz9s1S for ; Sun, 1 Apr 2018 03:51:52 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 2FFCAC21EBA; Sat, 31 Mar 2018 17:50:43 +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 239C4C21E35; Sat, 31 Mar 2018 17:50:14 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9BB9CC21C3F; Sat, 31 Mar 2018 17:50:08 +0000 (UTC) Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by lists.denx.de (Postfix) with ESMTPS id 22E01C21DFA for ; Sat, 31 Mar 2018 17:50:05 +0000 (UTC) Received: by mail-wm0-f67.google.com with SMTP id w2so903245wmw.1 for ; Sat, 31 Mar 2018 10:50:05 -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=2lraayOwkqljko7M3TX1yur/+qsEs5eJq1kr1UssF68=; b=c72LJ4mJKvlrHmQ4QUz61y865BjUabiWdP47qRpbSgXvIPgLSbCe+lo1b3ZYLJFOOe NYjTUGiGKYO/WgFVH6xKr1ATFYwyIelXz001pHrPAtxFkVkkugvksenKCzTwCgmLTBR2 86GMNYmMxePVLtnhYxNbbTUz1qCEm+R71Cd10= 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=2lraayOwkqljko7M3TX1yur/+qsEs5eJq1kr1UssF68=; b=rQXlUsNmSYjcx66cSqcIMvzpSOet703aMbEJHOFY+pwDi0AwgNz9nLEtbv0kTFIhHf +GPXKcMKuFbjnHnIhGI3J6MaIJ84hQq+1Mi7GWBn0Y0tYc38E1zu5Erl3Ds8tzrGmnfa bEywYfoK/CVvXzUGr10DY/25MgSWEfoqMX0k3jN+fj9J6YUYkg2daOkHi8djnVF7rZw4 YZnqLwLtOSr2A8VowNF4XTUf+QA4Q1WNEzT7N56FoklOB4SwGz3ysBHYCcY9/AFHKu0e B93f4mMpABs0jp/oc+NLNhVtbNsGWwJwvrQYKjoahE6Y0vasmRt6+mU31np+RaubmNum lQ0g== X-Gm-Message-State: AElRT7H4CVUPT4ZyiTWvxAnHuAZ43sowN8oZyhR+snLOPq9UT0H/sdP9 Rjgds8utmzcqEym2lSUdtV5ZXi488X4= X-Google-Smtp-Source: AIpwx4/SbhpSHCf+ibBrdStXzL6Tz2iSUKdfQAulzDDjrUCnLm5aHBvNzlUiraIwYdkW+DpU3Yst5Q== X-Received: by 10.80.148.97 with SMTP id q30mr7010943eda.70.1522518604606; Sat, 31 Mar 2018 10:50:04 -0700 (PDT) Received: from localhost.localdomain ([109.255.42.2]) by smtp.gmail.com with ESMTPSA id i61sm6462800edc.53.2018.03.31.10.50.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 31 Mar 2018 10:50:04 -0700 (PDT) From: Bryan O'Donoghue To: u-boot@lists.denx.de, sbabic@denx.de, fabio.estevam@nxp.com Date: Sat, 31 Mar 2018 18:50:00 +0100 Message-Id: <1522518600-16791-3-git-send-email-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1522518600-16791-1-git-send-email-bryan.odonoghue@linaro.org> References: <1522518600-16791-1-git-send-email-bryan.odonoghue@linaro.org> Cc: breno.lima@nxp.com Subject: [U-Boot] [PATCH v2 2/2] 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 --- configs/warp7_secure_defconfig | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 configs/warp7_secure_defconfig diff --git a/configs/warp7_secure_defconfig b/configs/warp7_secure_defconfig deleted file mode 100644 index 7310855..0000000 --- a/configs/warp7_secure_defconfig +++ /dev/null @@ -1,42 +0,0 @@ -CONFIG_ARM=y -CONFIG_ARCH_MX7=y -CONFIG_SYS_TEXT_BASE=0x87800000 -CONFIG_TARGET_WARP7=y -CONFIG_ARMV7_BOOT_SEC_DEFAULT=y -# CONFIG_ARMV7_VIRT is not set -CONFIG_IMX_RDC=y -CONFIG_IMX_BOOTAUX=y -# CONFIG_CMD_BMODE is not set -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp7/imximage.cfg" -CONFIG_HUSH_PARSER=y -# CONFIG_CMD_BOOTD is not set -CONFIG_CMD_BOOTZ=y -# CONFIG_CMD_IMI is not set -# CONFIG_CMD_XIMG is not set -CONFIG_CMD_MEMTEST=y -CONFIG_CMD_DFU=y -CONFIG_CMD_GPIO=y -CONFIG_CMD_MMC=y -CONFIG_CMD_PART=y -CONFIG_CMD_USB=y -CONFIG_CMD_USB_MASS_STORAGE=y -# CONFIG_CMD_SETEXPR is not set -CONFIG_CMD_CACHE=y -CONFIG_CMD_EXT2=y -CONFIG_CMD_EXT4=y -CONFIG_CMD_EXT4_WRITE=y -CONFIG_CMD_FAT=y -CONFIG_DFU_MMC=y -CONFIG_USB=y -CONFIG_USB_EHCI_HCD=y -CONFIG_MXC_USB_OTG_HACTIVE=y -CONFIG_USB_GADGET=y -CONFIG_USB_GADGET_MANUFACTURER="FSL" -CONFIG_USB_GADGET_VENDOR_NUM=0x0525 -CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 -CONFIG_CI_UDC=y -CONFIG_USB_GADGET_DOWNLOAD=y -CONFIG_USB_ETHER=y -CONFIG_USB_ETH_CDC=y -CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00" -CONFIG_OF_LIBFDT=y