]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: sl28: rename include guard macro
authorMichael Walle <michael@walle.cc>
Mon, 30 May 2022 21:02:10 +0000 (23:02 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 20 Jun 2022 07:52:45 +0000 (15:52 +0800)
Avoid name clashes with an include file on board level.

Signed-off-by: Michael Walle <michael@walle.cc>
include/configs/kontron_sl28.h

index 6beb0bdf3ed0a785f79e0fa526d9e0a8cc4c33e8..2373abf3e31d5951ddc269a327c8c721c23ff40c 100644 (file)
@@ -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>
@@ -80,4 +80,4 @@
        ENV_MEM_LAYOUT_SETTINGS \
        BOOTENV
 
-#endif /* __SL28_H */
+#endif /* __SL28_CONFIG_H */