From c6e4cc8873791b1c112ef8bd392a1aab1e940246 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 18 Oct 2022 19:22:21 +0200 Subject: soc/amd/*/uart: add missing soc/iomap.h include soc/iomap.h provides the UART base address information used in the uart_info struct. Signed-off-by: Felix Held Change-Id: I7defd135dc888cfc7d6e1c106d72116425560576 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68532 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/mendocino/uart.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/mendocino') diff --git a/src/soc/amd/mendocino/uart.c b/src/soc/amd/mendocino/uart.c index 1b3f5693dd..3b1cf6d513 100644 --- a/src/soc/amd/mendocino/uart.c +++ b/src/soc/amd/mendocino/uart.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3