Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
authorPeter Tyser <ptyser@xes-inc.com>
Thu, 22 May 2008 23:56:52 +0000 (18:56 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 3 Jun 2008 19:33:27 +0000 (21:33 +0200)
commit35ef877f0a8f6232cdef748f442fed5accb2b641
tree40fe161f557f9b8c9347a5c1bdefeeed74a4218a
parent22f371b63038a4ecab04068877c1089e51a01ba1
Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating

Removed unneeded command line history initialization.  Also, the original
code would access the 'initted' variable before relocation to SDRAM
which resulted in erratic behavior since the bss is not initialized when
executing from flash.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/main.c