From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 07 Aug 2008 13:21:15 -0400 Subject: [U-Boot-Users] bootm as a script -- requires HUSH? In-Reply-To: <44343BF5-2E91-4596-8CCA-61CEA1F84F63@kernel.crashing.org> References: <44343BF5-2E91-4596-8CCA-61CEA1F84F63@kernel.crashing.org> Message-ID: <489B2F0B.1090303@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > if I understand Wolfgang and Jerry they'd like to recode the control > flow of the bootm command in the scripting env u-boot provides. > > This seems to imply that we'd require HUSH as the simple parser > doesn't seem to provide any control statements like (if..then..else). > > is this correct? > > - k Yes. gvb