From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 9 Aug 2011 14:21:33 -0500 Subject: [U-Boot] question about repetition of some u-boot commands In-Reply-To: References: Message-ID: <4E4188BD.9000906@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/09/2011 02:03 PM, Belisko Marek wrote: > Hi, > > just curious. Why some commands entered to u-boot are repeated after > processing by pressing Enter key? Like tftp, print .... > > Thanks for clarification, It's useful for some commands like "md" that auto-advance. It's not useful (and often annoying) for most others. There's a field in the command descriptor that indicates whether autorepeat should be enabled for that command, but a lot of commands set it that shouldn't. -Scott