summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2013-04-09 21:06:07 +0000
committerJason Liu <r64343@freescale.com>2013-05-21 13:28:05 +0800
commit4a0f4ff1658b8b96c82c1b8884b6544a06fb91cd (patch)
treee4cf93e962c27e8637b7985de20ec49cdf89cd1b /drivers/mmc
parent7a63e23d7e9d82c077c56e8d52ef554325fa6630 (diff)
downloadu-boot-imx-4a0f4ff1658b8b96c82c1b8884b6544a06fb91cd.zip
u-boot-imx-4a0f4ff1658b8b96c82c1b8884b6544a06fb91cd.tar.gz
u-boot-imx-4a0f4ff1658b8b96c82c1b8884b6544a06fb91cd.tar.bz2
ENGR00263305-10 imx: Move some header files from arch-mxs to imx-common
The following headers are moved to a i.MX common location: - regs-common.h - regs-apbh.h - regs-bch.h - regs-gpmi.h - dma.h This way this header can be re-used also by other i.MX platforms. For example the i.MX6 which will need it for the upcoming NAND support. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/mxsmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
index a89660f..fdaf9c7 100644
--- a/drivers/mmc/mxsmmc.c
+++ b/drivers/mmc/mxsmmc.c
@@ -41,7 +41,7 @@
#include <asm/arch/clock.h>
#include <asm/arch/imx-regs.h>
#include <asm/arch/sys_proto.h>
-#include <asm/arch/dma.h>
+#include <asm/imx-common/dma.h>
#include <bouncebuf.h>
struct mxsmmc_priv {