diff mbox series

[06/10] board: sl28: rename include guard macro

Message ID 20220530210214.2816812-7-michael@walle.cc
State Accepted
Commit 7bc683afda5ede82cfcace77cecab1891d6d93ff
Delegated to: Peng Fan
Headers show
Series board: sl28: various updates | expand

Commit Message

Michael Walle May 30, 2022, 9:02 p.m. UTC
Avoid name clashes with an include file on board level.

Signed-off-by: Michael Walle <michael@walle.cc>
---
 include/configs/kontron_sl28.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/include/configs/kontron_sl28.h b/include/configs/kontron_sl28.h
index c47b5940fb..0cc543716a 100644
--- a/include/configs/kontron_sl28.h
+++ b/include/configs/kontron_sl28.h
@@ -1,7 +1,7 @@ 
 /* SPDX-License-Identifier: GPL-2.0+ */
 
-#ifndef __SL28_H
-#define __SL28_H
+#ifndef __SL28_CONFIG_H
+#define __SL28_CONFIG_H
 
 #include <asm/arch/stream_id_lsch3.h>
 #include <asm/arch/config.h>
@@ -87,4 +87,4 @@ 
 	ENV_MEM_LAYOUT_SETTINGS \
 	BOOTENV
 
-#endif /* __SL28_H */
+#endif /* __SL28_CONFIG_H */