mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 16:39:35 +00:00
Blackfin: adi boards: enable multi serial support by default
Since this only adds less than 3KiB, enable for all ADI boards. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
635f330fc7
commit
e46e8159c9
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@
|
||||||
#ifndef CONFIG_BAUDRATE
|
#ifndef CONFIG_BAUDRATE
|
||||||
# define CONFIG_BAUDRATE 57600
|
# define CONFIG_BAUDRATE 57600
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef CONFIG_DEBUG_EARLY_SERIAL
|
||||||
|
# define CONFIG_SERIAL_MULTI
|
||||||
|
# define CONFIG_SYS_BFIN_UART
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Debug Settings
|
* Debug Settings
|
||||||
|
|
Loading…
Reference in a new issue