commit | 89aa5c93f3d067581e0f469410f7367c39e9cfc2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 19 21:59:14 2012 -0700 |
committer | Wolfgang Denk <wd@denx.de> | Fri Mar 23 21:27:32 2012 +0100 |
tree | 9580fc69fc33278d739e5422eb2fce3963355b06 | |
parent | 0a5a2c5fd118f1de40bd37696cefd5c0ffb301de [diff] |
Revert "Add board_pre_console_putc to deal with early console output" This reverts commit 295d3942b806552503243f5cfb36aec6f1b5a9bf. It turns that this really doesn't work very nicely. Instead we should have a pre-console panic function so that we know that further execution is impossible and we don't need to worry about trampling on UARTs, etc. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Wolfgang Denk <wd@denx.de>