From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by arago-project.org (Postfix) with ESMTPS id E1EE1520C1 for ; Mon, 27 Mar 2017 13:47:59 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2RDlxso013373 for ; Mon, 27 Mar 2017 08:47:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1490622479; bh=4P7Ka/1vpttzXsmIG7MldAelYCn83xgw7twaX/VVdis=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=ogx5zjPa2ndG38zmShWu9rvvbj9OH7J1vi/aAc6LYgxEEgCDYjSMMrHGYAhFzhhmw rhs5R30ZJZDyBoAI7rGJYXtMe9rzTo5a0MAuqpfUQLu48zJGiNhtYGiFRRdh6mBCM+ H+D9Hg/AmRgotfBGLSdGtFmS26g81FDNUfhq0Mv0= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2RDlxEO016826 for ; Mon, 27 Mar 2017 08:47:59 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Mon, 27 Mar 2017 08:47:59 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2RDlw4K030399; Mon, 27 Mar 2017 08:47:58 -0500 Date: Mon, 27 Mar 2017 09:47:58 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20170327134758.GS29187@edge> References: <1490622150-3213-1-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1490622150-3213-1-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH] setup-uboot-env-k2g-evm: add set_name_pmmc to bootcmd X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 13:48:00 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Which branch this should go in? On Mon, Mar 27, 2017 at 09:42:29AM -0400, Jacob Stiffler wrote: > * set_name_pmmc must be called to set the filename of the pmmc > firmware. > > Signed-off-by: Jacob Stiffler > --- > setup-uboot-env-k2g-evm.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/setup-uboot-env-k2g-evm.sh b/setup-uboot-env-k2g-evm.sh > index c80e506..4944f99 100755 > --- a/setup-uboot-env-k2g-evm.sh > +++ b/setup-uboot-env-k2g-evm.sh > @@ -187,7 +187,7 @@ do_expect "\"$prompt\"" "send \"setenv name_ubi $ubifsimage\"" $cwd/setupBoard.m > do_expect "\"$prompt\"" "send \"setenv name_kern $kernelimage\"" $cwd/setupBoard.minicom > do_expect "\"$prompt\"" "send \"setenv name_uboot $ubootimage\"" $cwd/setupBoard.minicom > > -do_expect "\"$prompt\"" "send \"setenv bootcmd 'run envboot; run init_\${fs_mode} get_pmmc_\${kern_mode} run_pmmc get_mon_\${kern_mode} run_mon findfdt get_fdt_\${kern_mode} get_kern_\${kern_mode} run_kern'\"" $cwd/setupBoard.minicom > +do_expect "\"$prompt\"" "send \"setenv bootcmd 'run envboot; run init_\${fs_mode} set_name_pmmc get_pmmc_\${kern_mode} run_pmmc get_mon_\${kern_mode} run_mon findfdt get_fdt_\${kern_mode} get_kern_\${kern_mode} run_kern'\"" $cwd/setupBoard.minicom > > do_expect "\"$prompt\"" "send \"saveenv\"" $cwd/setupBoard.minicom > > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago