diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-10-18 20:52:42 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-20 16:47:11 +0000 |
commit | 8ebdbbc3cb0aaca6581a7ba0a3ad92784ed502df (patch) | |
tree | 0b5f46981ea76cc9a99ac65fa05505d058ef831b /src/soc/amd/mendocino/include | |
parent | ba35f3582e95fdc3d9313a63d6ee0072283f5c7f (diff) |
soc/amd: move set_uart_config prototype to common UART header
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I97860292fd3cd0330fec40edb31089cd6608906b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68560
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/mendocino/include')
-rw-r--r-- | src/soc/amd/mendocino/include/soc/uart.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/mendocino/include/soc/uart.h b/src/soc/amd/mendocino/include/soc/uart.h index 6e22ef758b..b7bd9774e3 100644 --- a/src/soc/amd/mendocino/include/soc/uart.h +++ b/src/soc/amd/mendocino/include/soc/uart.h @@ -5,7 +5,6 @@ #include <types.h> -void set_uart_config(unsigned int idx); /* configure hardware of FCH UART selected by idx */ void clear_uart_legacy_config(void); /* disable legacy I/O decode for FCH UART */ #endif /* AMD_MENDOCINO_UART_H */ |