mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 02:32:32 +00:00

Add a new event which handles this function refer to commit ("91caa3bb89b1 event: Use an event to replace last_stage_init()") Signed-off-by: Michael Chang <zhang971090220@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
11 lines
205 B
C
11 lines
205 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (c) 2023 Nuvoton Technology Corp.
|
|
*/
|
|
|
|
#ifndef _NUVOTON_UART_H
|
|
#define _NUVOTON_UART_H
|
|
|
|
int board_set_console(void);
|
|
|
|
#endif /* _NUVOTON_COMMON_H */
|