1
0
Fork 0
remarkable-uboot/lib/efi
Simon Glass 97b0597302 debug_uart: Adjust the declaration of debug_uart_init()
We want to be able to add other common code to this function. So change the
driver's version to have an underscore before it, just like
_debug_uart_putc(). Define debug_uart_init() to call this version.

Update all drivers to this new method.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2015-10-21 07:46:50 -06:00
..
Kconfig efi: Add support for loading U-Boot through an EFI stub 2015-08-05 08:44:06 -06:00
Makefile efi: Add functions for decoding the EFI tables 2015-08-05 08:44:07 -06:00
efi.c efi: Add start-up library code 2015-08-05 08:42:41 -06:00
efi_app.c efi: Add start-up library code 2015-08-05 08:42:41 -06:00
efi_info.c efi: Add functions for decoding the EFI tables 2015-08-05 08:44:07 -06:00
efi_stub.c debug_uart: Adjust the declaration of debug_uart_init() 2015-10-21 07:46:50 -06:00