From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe Modugno Date: Thu, 01 Dec 2011 20:45:58 +0100 Subject: [U-Boot] Store ENTER ('\r') character in bootstopkey variable Message-ID: <4ED7D976.30800@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'd like to use the ENTER key to stop autoboot through the variables "bootdelaykey" and "bootstopkey". How could I do this? The problem is to type escape characters ('\r') on the prompt line. I tried with several possibilities, but nothing worked. Any suggestions?