From mboxrd@z Thu Jan 1 00:00:00 1970 From: Travis B. Sawyer Date: Wed, 02 Mar 2005 08:04:36 -0500 Subject: [U-Boot-Users] u-boot monitor command keyin problem In-Reply-To: <001801c51f0c$e224d360$0bbca80a@kmyin> References: <001801c51f0c$e224d360$0bbca80a@kmyin> Message-ID: <4225B9E4.8000301@sandburst.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de K.M.Yin wrote: > Dear sir > We have used the u-boot for a while, we have discovered that there > is a keyin problem in the u-boot. > when we press Enter with no input command under the monitor command > prompt, the previous input command will be executed. It seems that the > previous executed command has been cached. Thanks. K.M.Yin: That is not a bug, it's a feature. Some commands are 'repeatable' For example, memory display (md), will continue displaying memory where the last display stopped. This is a _*VERY*_ useful feature for debugging. -travis