From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Engel Date: Thu, 14 Jul 2005 14:30:05 +0200 Subject: [U-Boot-Users] Activating hush shell Message-ID: <20050714143005.00001044@idefix> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I'm trying to switch from the old shell to hush on a custom ARM board with u-boot 1.1.2 by just defining CFG_HUSH_PARSER and CFG_PROMPT_HUSH_PS2 in the config file. However, u-boot now doesn't really wait for user input, but endlessly prints its console prompt. Before digging deeper into the problem with a debugger: do I need to do anything else beyond just enabling hush? Andreas