diff mbox

[U-Boot,6/8] mx28evk: fix board config include guardian macro name

Message ID 1336866018-614-7-git-send-email-otavio@ossystems.com.br
State Accepted
Commit 606de8b6a606823366fb7b59555446cb18fd28ec
Headers show

Commit Message

Otavio Salvador May 12, 2012, 11:40 p.m. UTC
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 include/configs/mx28evk.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Fabio Estevam May 13, 2012, 7:31 p.m. UTC | #1
On Sat, May 12, 2012 at 8:40 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  include/configs/mx28evk.h |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Acked-by: Fabio Estevam <fabio.estevam@freescale.com
Stefano Babic June 13, 2012, 9:06 a.m. UTC | #2
On 13/05/2012 01:40, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---


Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 5ccfe70..e98a746 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>
 
@@ -252,4 +252,4 @@ 
 		"run netargs; " \
 		"dhcp ${uimage}; bootm\0" \
 
-#endif /* __CONFIG_H */
+#endif /* __MX28EVK_CONFIG_H__ */