Make bootretry work when command line editing is enabled
authorAndreas Engel <andreas.engel@ericsson.com>
Wed, 9 Jan 2008 16:10:56 +0000 (17:10 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 12 Jan 2008 20:14:14 +0000 (21:14 +0100)
commit00ac50e348d1bace27a174b7f528d113bc7cdf7f
tree66430a6927b3c7bc773fc945f3d24c4080d2d8b0
parent632de0672d3c3ab53ad798c47f5f1eb26008a0e4
Make bootretry work when command line editing is enabled

Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
This patch fixes the problem.

Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
common/main.c