diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-25 12:32:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-25 12:32:48 -0500 |
commit | 1682d97db9aa5bbfc8c5b9f26bd1454e6a9a0ccb (patch) | |
tree | 9f0e9450dbe6fed0539cc72fae0b21cdb769e205 /board/nuvoton/common/uart.h | |
parent | 054222eb68f6d7500e21dd1f01af8b9a59b89fd4 (diff) | |
parent | f4449038f68578be553cc120360344f0d72b7a0a (diff) |
Merge branch '2023-11-25-assorted-platform-updates' into next
- Updates for the Siemens AM335x platforms, Nuvoton platforms, and
disable CONFIG_NET on platforms that lack NETDEVICES, so that
NETDEVICES can be implied by NET.
Diffstat (limited to 'board/nuvoton/common/uart.h')
-rw-r--r-- | board/nuvoton/common/uart.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/nuvoton/common/uart.h b/board/nuvoton/common/uart.h new file mode 100644 index 00000000000..9cc895251b3 --- /dev/null +++ b/board/nuvoton/common/uart.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2023 Nuvoton Technology Corp. + */ + +#ifndef _NUVOTON_UART_H +#define _NUVOTON_UART_H + +void board_set_console(void); + +#endif /* _NUVOTON_COMMON_H */ |