All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include
@ 2012-08-13 19:53 Otavio Salvador
  2012-08-13 19:53 ` [U-Boot] [PATCH v2 2/4] mxs: Remove not required include of iomux-mx28.h Otavio Salvador
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Otavio Salvador @ 2012-08-13 19:53 UTC (permalink / raw)
  To: u-boot

The iomux header is included on sys_proto.h so to avoid SoC specific
header inclusion.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
Changes in v2:
- no changes

 arch/arm/cpu/arm926ejs/mxs/spl_boot.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_boot.c b/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
index 46f6770..84d4a17 100644
--- a/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
+++ b/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
@@ -26,7 +26,6 @@
 #include <common.h>
 #include <config.h>
 #include <asm/io.h>
-#include <asm/arch/iomux-mx28.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/gpio.h>
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-08-15  7:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 19:53 [U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include Otavio Salvador
2012-08-13 19:53 ` [U-Boot] [PATCH v2 2/4] mxs: Remove not required include of iomux-mx28.h Otavio Salvador
2012-08-13 19:53 ` [U-Boot] [PATCH v2 3/4] mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h Otavio Salvador
2012-08-14  8:31   ` Stefano Babic
2012-08-14 12:31     ` Otavio Salvador
2012-08-14 12:53       ` Stefano Babic
2012-08-14 13:44         ` Otavio Salvador
2012-08-14 12:32     ` Marek Vasut
2012-08-13 19:53 ` [U-Boot] [PATCH v2 4/4] mxs: Convert sys_proto.h prefixes to 'mxs' Otavio Salvador
2012-08-13 20:05 ` [U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include Marek Vasut
2012-08-15  7:08 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.