diff options
author | Stefan Roese <sr@denx.de> | 2013-04-09 21:06:07 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-04-22 10:22:22 +0200 |
commit | 0499218dbcc30532bcc1b7b2ee44b8876675bced (patch) | |
tree | 0c20b24f785e2015eeb166cee12395a309103af9 /arch/arm/include/asm/arch-mxs/imx-regs.h | |
parent | 57ca432fb9f59cea48d8cde1dc1d5cc2f80993c7 (diff) | |
download | u-boot-imx-0499218dbcc30532bcc1b7b2ee44b8876675bced.zip u-boot-imx-0499218dbcc30532bcc1b7b2ee44b8876675bced.tar.gz u-boot-imx-0499218dbcc30532bcc1b7b2ee44b8876675bced.tar.bz2 |
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 'arch/arm/include/asm/arch-mxs/imx-regs.h')
-rw-r--r-- | arch/arm/include/asm/arch-mxs/imx-regs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-mxs/imx-regs.h b/arch/arm/include/asm/arch-mxs/imx-regs.h index 8f67497..dc21e34 100644 --- a/arch/arm/include/asm/arch-mxs/imx-regs.h +++ b/arch/arm/include/asm/arch-mxs/imx-regs.h @@ -23,11 +23,11 @@ #ifndef __IMX_REGS_H__ #define __IMX_REGS_H__ -#include <asm/arch/regs-apbh.h> +#include <asm/imx-common/regs-apbh.h> #include <asm/arch/regs-base.h> -#include <asm/arch/regs-bch.h> +#include <asm/imx-common/regs-bch.h> #include <asm/arch/regs-digctl.h> -#include <asm/arch/regs-gpmi.h> +#include <asm/imx-common/regs-gpmi.h> #include <asm/arch/regs-i2c.h> #include <asm/arch/regs-lcdif.h> #include <asm/arch/regs-lradc.h> |