]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd history: Match history buffer size to console buffer
authorJohn Schmoller <jschmoller@xes-inc.com>
Fri, 12 Mar 2010 15:49:24 +0000 (09:49 -0600)
committerWolfgang Denk <wd@denx.de>
Sun, 21 Mar 2010 21:44:59 +0000 (22:44 +0100)
commitd611295032c30e6c533cb356005fa82ab7992824
tree4734a250658adeeb09bad17aba4d1300c787b959
parent6475b9f91bd33bfd38418469cabdcfc0fefbd848
cmd history: Match history buffer size to console buffer

Match history buffer size to console buffer size. History buffer size
was hard coded to 256, artificially limiting the command buffer size.
The history buffer now tracks CONFIG_SYS_CBSIZE.

Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
common/main.c