James Yang 597f6c26a1 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
work before relocating to RAM because command history is written into
a global array that is not writable before relocation.  This patch
defers to the no-editing and no-history code in readline_into_buffer()
if it is called before relocation.

Signed-off-by: James Yang <James.Yang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-05-09 22:18:15 +02:00
..
2008-04-13 14:52:48 -07:00
2008-04-18 00:31:41 -07:00
2008-04-24 17:21:55 +02:00
2008-03-30 21:19:40 +02:00
2008-04-13 23:10:39 -07:00
2008-03-25 22:16:15 +01:00
2008-04-24 17:21:55 +02:00
2008-02-14 09:37:58 +00:00
2008-04-13 23:10:39 -07:00
2008-04-13 14:52:48 -07:00
2008-02-07 01:12:56 +01:00
2008-04-13 14:52:48 -07:00
2008-04-13 14:52:48 -07:00