mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
board: sl28: rename include guard macro
Avoid name clashes with an include file on board level. Signed-off-by: Michael Walle <michael@walle.cc>
This commit is contained in:
parent
1029249b00
commit
7bc683afda
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue