diff options
author | Stefan Roese <sr@denx.de> | 2013-04-09 21:06:07 +0000 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-05-21 13:28:05 +0800 |
commit | 4a0f4ff1658b8b96c82c1b8884b6544a06fb91cd (patch) | |
tree | e4cf93e962c27e8637b7985de20ec49cdf89cd1b /arch/arm/include/asm/arch-mxs/regs-timrot.h | |
parent | 7a63e23d7e9d82c077c56e8d52ef554325fa6630 (diff) | |
download | u-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 'arch/arm/include/asm/arch-mxs/regs-timrot.h')
-rw-r--r-- | arch/arm/include/asm/arch-mxs/regs-timrot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mxs/regs-timrot.h b/arch/arm/include/asm/arch-mxs/regs-timrot.h index f8537f1..df343bd 100644 --- a/arch/arm/include/asm/arch-mxs/regs-timrot.h +++ b/arch/arm/include/asm/arch-mxs/regs-timrot.h @@ -25,7 +25,7 @@ #ifndef __MX28_REGS_TIMROT_H__ #define __MX28_REGS_TIMROT_H__ -#include <asm/arch/regs-common.h> +#include <asm/imx-common/regs-common.h> #ifndef __ASSEMBLY__ struct mxs_timrot_regs { |