mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
board/BuR/common: use SYS_CONSOLE_OVERWRITE
We don't want that CONSOLE is redirected to LCD upon init, we rather prefer that console is still on the serial line. Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
This commit is contained in:
parent
323aaaa1e3
commit
e52e9cc77f
2 changed files with 6 additions and 0 deletions
|
@ -641,3 +641,7 @@ int board_mmc_init(bd_t *bis)
|
|||
return omap_mmc_init(1, 0, 0, -1, -1);
|
||||
}
|
||||
#endif
|
||||
int overwrite_console(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
|
|
@ -142,6 +142,8 @@
|
|||
#define CONFIG_SYS_PROMPT "U-Boot (BuR V2.0)# "
|
||||
#define CONFIG_SYS_CONSOLE_INFO_QUIET
|
||||
#define CONFIG_ENV_OVERWRITE /* Overwrite ethaddr / serial# */
|
||||
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
|
||||
#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
|
||||
|
||||
/* As stated above, the following choices are optional. */
|
||||
#define CONFIG_SYS_LONGHELP
|
||||
|
|
Loading…
Add table
Reference in a new issue