From 8ebdbbc3cb0aaca6581a7ba0a3ad92784ed502df Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 18 Oct 2022 20:52:42 +0200 Subject: soc/amd: move set_uart_config prototype to common UART header Signed-off-by: Felix Held Change-Id: I97860292fd3cd0330fec40edb31089cd6608906b Reviewed-on: https://review.coreboot.org/c/coreboot/+/68560 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/stoneyridge/include/soc/southbridge.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd/stoneyridge/include') diff --git a/src/soc/amd/stoneyridge/include/soc/southbridge.h b/src/soc/amd/stoneyridge/include/soc/southbridge.h index 26500efd04..616a6afe79 100644 --- a/src/soc/amd/stoneyridge/include/soc/southbridge.h +++ b/src/soc/amd/stoneyridge/include/soc/southbridge.h @@ -183,8 +183,6 @@ void fch_final(void *chip_info); void fch_clk_output_48Mhz(u32 osc); -void set_uart_config(unsigned int idx); - /* * Call the mainboard to get the USB Over Current Map. The mainboard * returns the map and 0 on Success or -1 on error or no map. There is -- cgit v1.2.3