summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-11-02 19:12:20 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-11-03 18:37:53 +0000
commit5807da4729d4820f5df4c254ceb4c807c49eac86 (patch)
tree897bfd37fe19800faa766799441481517c68b867 /src/soc/amd/cezanne/include
parent28a0a14b5b4262cc0278ba348cccede9627d7408 (diff)
downloadcoreboot-5807da4729d4820f5df4c254ceb4c807c49eac86.tar.gz
coreboot-5807da4729d4820f5df4c254ceb4c807c49eac86.tar.bz2
coreboot-5807da4729d4820f5df4c254ceb4c807c49eac86.zip
soc/amd/cezanne/include: replace PICASSO with CEZANNE in include guards
Somehow missed renaming those when creating the coreboot support for Cezanne. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I13c28f67d32ba987987cfc2b45e248d535ccdca9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58862 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/cezanne/include')
-rw-r--r--src/soc/amd/cezanne/include/soc/platform_descriptors.h6
-rw-r--r--src/soc/amd/cezanne/include/soc/uart.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/soc/amd/cezanne/include/soc/platform_descriptors.h b/src/soc/amd/cezanne/include/soc/platform_descriptors.h
index 3a4bc6233969..d6d65f05be39 100644
--- a/src/soc/amd/cezanne/include/soc/platform_descriptors.h
+++ b/src/soc/amd/cezanne/include/soc/platform_descriptors.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef AMD_PICASSO_PLATFORM_DESCRIPTORS_H
-#define AMD_PICASSO_PLATFORM_DESCRIPTORS_H
+#ifndef AMD_CEZANNE_PLATFORM_DESCRIPTORS_H
+#define AMD_CEZANNE_PLATFORM_DESCRIPTORS_H
#include <types.h>
#include <platform_descriptors.h>
@@ -14,4 +14,4 @@ void mainboard_get_dxio_ddi_descriptors(
void mb_pre_fspm(void);
-#endif /* AMD_PICASSO_PLATFORM_DESCRIPTORS_H */
+#endif /* AMD_CEZANNE_PLATFORM_DESCRIPTORS_H */
diff --git a/src/soc/amd/cezanne/include/soc/uart.h b/src/soc/amd/cezanne/include/soc/uart.h
index 9b99cd4b247d..8affe10ce30b 100644
--- a/src/soc/amd/cezanne/include/soc/uart.h
+++ b/src/soc/amd/cezanne/include/soc/uart.h
@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef AMD_PICASSO_UART_H
-#define AMD_PICASSO_UART_H
+#ifndef AMD_CEZANNE_UART_H
+#define AMD_CEZANNE_UART_H
#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_PICASSO_UART_H */
+#endif /* AMD_CEZANNE_UART_H */