Felix Held submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Raul Rangel: Looks good to me, approved
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>
---
M src/soc/amd/cezanne/include/soc/platform_descriptors.h
M src/soc/amd/cezanne/include/soc/uart.h
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 3a4bc62..d6d65f0 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 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 9b99cd4..8affe10 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 */

1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.

To view, visit change 58862. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I13c28f67d32ba987987cfc2b45e248d535ccdca9
Gerrit-Change-Number: 58862
Gerrit-PatchSet: 3
Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk@gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd@gmail.com>
Gerrit-Reviewer: Raul Rangel <rrangel@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged