mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
m28evk: fix board config include guardian macro name
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
8b8d81047d
commit
212033fc9a
1 changed files with 3 additions and 3 deletions
|
@ -17,8 +17,8 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef __M28_H__
|
||||
#define __M28_H__
|
||||
#ifndef __M28EVK_CONFIG_H__
|
||||
#define __M28EVK_CONFIG_H__
|
||||
|
||||
#include <asm/arch/regs-base.h>
|
||||
|
||||
|
@ -325,4 +325,4 @@
|
|||
"fi ; " \
|
||||
"fi\0"
|
||||
|
||||
#endif /* __M28_H__ */
|
||||
#endif /* __M28EVK_CONFIG_H__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue