From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7767DC4332F for ; Mon, 21 Nov 2022 16:01:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 101C9850D7; Mon, 21 Nov 2022 17:01:19 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="VLj17WNU"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9581F85344; Mon, 21 Nov 2022 17:01:15 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1362D850D7 for ; Mon, 21 Nov 2022 17:01:12 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=jitloonl@ecsmtp.png.intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669046473; x=1700582473; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Z8K0CBtIBOOauXsQ7PRuE/K6j08O+lGnhZeP7IYTV1s=; b=VLj17WNUvG8SZCIx0mqLqAbIL+gECIP46F+C4gQFNMhfn3wKNOeDBAkk jFwFdyXkUG2BmPhcwip+/O9axsikUFUiGSgvoyjDqD5zpe7x6qIXQKqIJ uYV1gfvLD04SRNkpFc8dCX7EgYBXgYor1wjcxHz5KMO5zX4QDTfZ3QWzy GCJWZYDKlRg7+zI0+z22gENsi00Zyg0AgdjQ2I5UG9BlXeG/UbW/ZF1xh E5PFXF89pNpePgu+krAE5H0mXq165Gzif8Y7Mn6IWtgXp8PfLkGRKMkWv /yW718Evt434lR/wqUN2hKygAV+LtAuvdvAC0E6vHygzL2N/j7qmzkKSG w==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="399881455" X-IronPort-AV: E=Sophos;i="5.96,181,1665471600"; d="scan'208";a="399881455" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 08:01:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="730053329" X-IronPort-AV: E=Sophos;i="5.96,181,1665471600"; d="scan'208";a="730053329" Received: from pglmail07.png.intel.com ([10.221.193.207]) by FMSMGA003.fm.intel.com with ESMTP; 21 Nov 2022 08:01:03 -0800 Received: from localhost (pgli0028.png.intel.com [10.221.84.177]) by pglmail07.png.intel.com (Postfix) with ESMTP id 2D7592B26; Tue, 22 Nov 2022 00:01:03 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id 2F925E0095F; Tue, 22 Nov 2022 00:01:03 +0800 (+08) From: Jit Loon Lim To: u-boot@lists.denx.de Cc: Jagan Teki , Vignesh R , Marek , Simon , Tien Fong , Kok Kiang , Siew Chin , Sin Hui , Raaj , Dinesh , Boon Khai , Alif , Teik Heng , Hazim , Jit Loon Lim , Sieu Mun Tang , Yau Wai Gan Subject: [PATCH 2/2] include: configs: soc64: Update source command format Date: Tue, 22 Nov 2022 00:01:00 +0800 Message-Id: <20221121160100.15986-2-jit.loon.lim@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20221121160100.15986-1-jit.loon.lim@intel.com> References: <20221121160100.15986-1-jit.loon.lim@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean From: Yau Wai Gan HSD #1509829545-2: U-boot script is in FIT image, this requires to update the source command to supply the FIT subimage name. Signed-off-by: Yau Wai Gan Signed-off-by: Jit Loon Lim --- include/configs/socfpga_soc64_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h index 552a922e39..5939f13231 100644 --- a/include/configs/socfpga_soc64_common.h +++ b/include/configs/socfpga_soc64_common.h @@ -91,7 +91,7 @@ "scriptaddr=0x02100000\0" \ "scriptfile=u-boot.scr\0" \ "fatscript=if fatload mmc 0:1 ${scriptaddr} ${scriptfile};" \ - "then source ${scriptaddr}; fi\0" \ + "then source ${scriptaddr}:script; fi\0" \ "nandfitboot=setenv bootargs " CONFIG_BOOTARGS \ " root=${nandroot} rw rootwait rootfstype=jffs2; " \ "bootm ${loadaddr}\0" \ -- 2.26.2