From patchwork Sun Jun 23 17:48:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Oltean X-Patchwork-Id: 1120895 X-Patchwork-Delegate: prabhakar@freescale.com 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=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="XGXroy8M"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45X0RD3gFjz9s4Y for ; Mon, 24 Jun 2019 03:54:00 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 0AD74C21F00; Sun, 23 Jun 2019 17:51:35 +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=FREEMAIL_FROM, 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 6B399C21F34; Sun, 23 Jun 2019 17:50:27 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B2BA6C21F07; Sun, 23 Jun 2019 17:50:18 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by lists.denx.de (Postfix) with ESMTPS id E68E1C21F03 for ; Sun, 23 Jun 2019 17:50:14 +0000 (UTC) Received: by mail-wm1-f42.google.com with SMTP id s15so11050328wmj.3 for ; Sun, 23 Jun 2019 10:50:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=JmTqVjGJIMd1zCxmZZirK4wOtdwb72jVVwrc0P2XNk8=; b=XGXroy8M9UPTj55+AheiyjWzfJI7I5DGGdmGtwoHvmBw7j9HpXAu9tskQpO5BD61VX wbG+EY6IXHvtIMgvUGeBi/Z+Sl74d+xqZ9MjM+EnS2megUeVX+Rk3QSiSKEzYw3Wg/Kx djUyrOZIfkhaeiogCzHqssi/3XH6Wj8SuJ0MbC5yHXCa7lVfnfvSLzDldMN+vdk12BCs ocfH6ekueQGBJ7PoMJzswU50XsKcpHk1cX+Uy9uCAR8XBtj36fl02gYVllVQNG+Rhz4K q/KZ2OkeRMe41xesC9OwjNcWREJNtzQ0/70dHqI2A4oePfIC9LsouxQqyclDpKfONm+V OUqA== 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=JmTqVjGJIMd1zCxmZZirK4wOtdwb72jVVwrc0P2XNk8=; b=jOyPapsxmtBTvlqjwdhi1QpM7dRJcQiA7gQWYVT9BC/mbexiXhqQKqh6GdDGacHhJN MO7YnheY7eABVMXCiiH583chRMCxMqfPwy7ggh+7HCILD2AE4uc+1psDnkQqOD7z0kW0 mxy+6ewXDJ63FgmsQyWH5C9gECGRDIzGQEnIxeJxy/1sN1iyfpyrG8GtdDMpp0T52phA o8KGrDL8U7i0PjC3+KT8EQiMs1iM9xzDwhGOxUnGmPt8Fnpq4EeK9WPnhzoSEEmx6bvp Cwtqk8jnUZV4Zhu6S0h1yutA1oZj3DuOkQH0vRrquLAW95ZvwrH8TIX8b5TsndzA5FBq JFqg== X-Gm-Message-State: APjAAAVPE8BJf8JlCNn0c3pAHOhPSK5kDV4/Web97UgMc0kT+KDTahae Dfr7vdzj01urj8erUBwXmAqaOT6a X-Google-Smtp-Source: APXvYqxhAbS6EE2y5QpUD56qlaQJ/a46QjAmB2uCCbcV4oBb6cJtuum4TacPcjmexX6VCBJG4hDY7g== X-Received: by 2002:a1c:c545:: with SMTP id v66mr12661779wmf.51.1561312214561; Sun, 23 Jun 2019 10:50:14 -0700 (PDT) Received: from localhost.localdomain ([188.26.252.192]) by smtp.gmail.com with ESMTPSA id o2sm6764111wrq.56.2019.06.23.10.50.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Jun 2019 10:50:14 -0700 (PDT) From: Vladimir Oltean To: joe.hershberger@ni.com, prabhakar.kushwaha@nxp.com, bmeng.cn@gmail.com, u-boot@lists.denx.de Date: Sun, 23 Jun 2019 20:48:17 +0300 Message-Id: <20190623174818.12773-8-olteanv@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190623174818.12773-1-olteanv@gmail.com> References: <20190623174818.12773-1-olteanv@gmail.com> Subject: [U-Boot] [PATCH 7/8] configs: ls1021atwr: Fix distro_bootcmd for QSPI boot 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" Due to a typo, "run qspi_bootcmd" and "env exists secureboot" got concatenated instead of being separated by a semicolon. Signed-off-by: Vladimir Oltean Reviewed-by: Bin Meng --- include/configs/ls1021atwr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index c967be3a6fce..5dbbf158c6b1 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -448,7 +448,7 @@ #undef CONFIG_BOOTCOMMAND #if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI) -#define CONFIG_BOOTCOMMAND "run distro_bootcmd; run qspi_bootcmd" \ +#define CONFIG_BOOTCOMMAND "run distro_bootcmd; run qspi_bootcmd; " \ "env exists secureboot && esbc_halt" #elif defined(CONFIG_SD_BOOT) #define CONFIG_BOOTCOMMAND "run distro_bootcmd; run sd_bootcmd; " \