summaryrefslogtreecommitdiffstats
path: root/include/configs/mx28evk.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-05-12 13:40:16 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:27 +0200
commit606de8b6a606823366fb7b59555446cb18fd28ec (patch)
treeb351bac07db75ad774a447221e2c9663a9014198 /include/configs/mx28evk.h
parent3b4efee97c50b5fb85890498034ced32668e0809 (diff)
downloadblackbird-obmc-uboot-606de8b6a606823366fb7b59555446cb18fd28ec.tar.gz
blackbird-obmc-uboot-606de8b6a606823366fb7b59555446cb18fd28ec.zip
mx28evk: fix board config include guardian macro name
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx28evk.h')
-rw-r--r--include/configs/mx28evk.h6
1 files changed, 3 insertions, 3 deletions
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 <asm/arch/regs-base.h>
@@ -250,4 +250,4 @@
"run netargs; " \
"dhcp ${uimage}; bootm\0" \
-#endif /* __CONFIG_H */
+#endif /* __MX28EVK_CONFIG_H__ */
OpenPOWER on IntegriCloud