[U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include
Otavio Salvador
otavio at ossystems.com.br
Mon Aug 13 21:53:09 CEST 2012
The iomux header is included on sys_proto.h so to avoid SoC specific
header inclusion.
Signed-off-by: Otavio Salvador <otavio at 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
More information about the U-Boot
mailing list