u-boot/board/nuvoton/common/uart.h
Michael Chang 695ac1ffd1 board: nuvoton: use an event to replace last_stage_init()
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>
2025-02-18 16:32:24 -06:00

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 */