Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Mike Frysinger's avatar
    6c768ca7
    serial: push default_serial_console to drivers · 6c768ca7
    Mike Frysinger authored
    
    Rather than sticking arch/board/driver specific logic in the common
    serial code, push it all out to the respective drivers.  The serial
    drivers declare these funcs weak so that boards can still override
    things with their own definition.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    CC: Heiko Schocher <hs@denx.de>
    CC: Anatolij Gustschin <agust@denx.de>
    CC: Tom Rix <Tom.Rix@windriver.com>
    CC: Minkyu Kang <mk7.kang@samsung.com>
    CC: Craig Nauman <cnauman@diagraph.com>
    CC: Prafulla Wadaskar <prafulla@marvell.com>
    CC: Mahavir Jain <mjain@marvell.com>
    Tested-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
    6c768ca7
    History
    serial: push default_serial_console to drivers
    Mike Frysinger authored
    
    Rather than sticking arch/board/driver specific logic in the common
    serial code, push it all out to the respective drivers.  The serial
    drivers declare these funcs weak so that boards can still override
    things with their own definition.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    CC: Heiko Schocher <hs@denx.de>
    CC: Anatolij Gustschin <agust@denx.de>
    CC: Tom Rix <Tom.Rix@windriver.com>
    CC: Minkyu Kang <mk7.kang@samsung.com>
    CC: Craig Nauman <cnauman@diagraph.com>
    CC: Prafulla Wadaskar <prafulla@marvell.com>
    CC: Mahavir Jain <mjain@marvell.com>
    Tested-by: default avatarMinkyu Kang <mk7.kang@samsung.com>