From: Michael Walle Date: Mon, 30 May 2022 21:02:10 +0000 (+0200) Subject: board: sl28: rename include guard macro X-Git-Tag: v2022.10~89^2~20^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bc683afda5ede82cfcace77cecab1891d6d93ff;p=platform%2Fkernel%2Fu-boot.git board: sl28: rename include guard macro Avoid name clashes with an include file on board level. Signed-off-by: Michael Walle --- diff --git a/include/configs/kontron_sl28.h b/include/configs/kontron_sl28.h index 6beb0bd..2373abf 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 #include @@ -80,4 +80,4 @@ ENV_MEM_LAYOUT_SETTINGS \ BOOTENV -#endif /* __SL28_H */ +#endif /* __SL28_CONFIG_H */