]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/common.h
Revert "Add board_pre_console_putc to deal with early console output"
[karo-tx-uboot.git] / include / common.h
index 85eaa77aafabbfd747691f9cc2a32b11b78405cc..74d97046a0e5242c330dd9fd923e492dde2b8349 100644 (file)
@@ -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);