]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mxs: Remove not required explicit iomux-mx28.h include
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 13 Aug 2012 09:53:09 +0000 (09:53 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:25 +0000 (14:58 +0200)
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>
Acked-by: Marek Vasut <marex@denx.de>
arch/arm/cpu/arm926ejs/mxs/spl_boot.c

index 46f6770a979e7f61b6cbf846796b74a2819677ee..84d4a17d65c83e8f025400dde69ba4c91691a92e 100644 (file)
@@ -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>