[U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init()

Thomas Chou thomas at wytron.com.tw
Fri Nov 6 05:35:33 CET 2015


Hi Simon,

>>> diff --git a/drivers/serial/altera_jtag_uart.c b/drivers/serial/altera_jtag_uart.c
>>> index 767603c..5f0d7ac 100644
>>> --- a/drivers/serial/altera_jtag_uart.c
>>> +++ b/drivers/serial/altera_jtag_uart.c
>>> @@ -130,7 +130,7 @@ U_BOOT_DRIVER(altera_jtaguart) = {
>>>
>>>    #include <debug_uart.h>
>>>
>>> -void debug_uart_init(void)
>>> +void _debug_uart_init(void)
>
> BTW I think that should be static.

Will do. Thanks.

Best regards,
Thomas


More information about the U-Boot mailing list