mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00:00
Revert "Add board_pre_console_putc to deal with early console output"
This reverts commit 295d3942b8
.
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>
This commit is contained in:
parent
9692fd0f70
commit
3fa4977a9e
3 changed files with 1 additions and 33 deletions
|
@ -291,13 +291,6 @@ int mac_read_from_eeprom(void);
|
|||
extern u8 _binary_dt_dtb_start[]; /* embedded device tree blob */
|
||||
int set_cpu_clk_info(void);
|
||||
|
||||
/*
|
||||
* Called when console output is requested before the console is available.
|
||||
* The board should do its best to get the character out to the user any way
|
||||
* it can.
|
||||
*/
|
||||
void board_pre_console_putc(int ch);
|
||||
|
||||
/* common/flash.c */
|
||||
void flash_perror (int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue