projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4efee
)
mx28evk: fix board config include guardian macro name
author
Otavio Salvador
<otavio@ossystems.com.br>
Sat, 12 May 2012 13:40:16 +0000
(13:40 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:27 +0000
(14:07 +0200)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx28evk.h
patch
|
blob
|
history
diff --git
a/include/configs/mx28evk.h
b/include/configs/mx28evk.h
index 8d44380a1e9d6cd23e5ad600154a4b58f083a8a8..640dcb4be7cb4a38795d9dff6eb648d9d6303f3a 100644
(file)
--- 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__
*/