From: Otavio Salvador Date: Sat, 12 May 2012 13:40:16 +0000 (+0000) Subject: mx28evk: fix board config include guardian macro name X-Git-Tag: v2025.01-rc5-pxa1908~17673^2~35^2~24^2~129 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=606de8b6a606823366fb7b59555446cb18fd28ec;p=u-boot.git mx28evk: fix board config include guardian macro name Signed-off-by: Otavio Salvador Acked-by: Fabio Estevam --- diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 8d44380a1e..640dcb4be7 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -16,8 +16,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -#ifndef __CONFIG_H -#define __CONFIG_H +#ifndef __MX28EVK_CONFIG_H__ +#define __MX28EVK_CONFIG_H__ #include @@ -250,4 +250,4 @@ "run netargs; " \ "dhcp ${uimage}; bootm\0" \ -#endif /* __CONFIG_H */ +#endif /* __MX28EVK_CONFIG_H__ */