Sign in
third-party-mirror
/
u-boot
/
refs/tags/astro/4.20210608.1.1146047
/
.
/
drivers
/
serial
/
serial_amlogic.c
blob: 981c8aa711330f46d6c2da4c6e9931ff43855472 [
file
] [
log
] [
blame
]
#include
<common.h>
__weak
struct
serial_device
*
default_serial_console
(
void
)
{
return
NULL
;
}