diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-08-15 10:27:11 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:26 +0200 |
commit | d1c679a46d4f5ad38f7e23b9a8c4bbf0fb3f9f4d (patch) | |
tree | dd10c3b1ec11366b1ef47da2b76287888e39e7b8 /board | |
parent | 83209cb7856018cfc98e8a7388d67bd9d88acac6 (diff) | |
download | u-boot-d1c679a46d4f5ad38f7e23b9a8c4bbf0fb3f9f4d.zip u-boot-d1c679a46d4f5ad38f7e23b9a8c4bbf0fb3f9f4d.tar.gz u-boot-d1c679a46d4f5ad38f7e23b9a8c4bbf0fb3f9f4d.tar.bz2 |
iomux: move IOMUX_GPR13_xxx defines
Move mx6 specific defines to arch-mx6 directory.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx6qsabrelite/mx6qsabrelite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c b/board/freescale/mx6qsabrelite/mx6qsabrelite.c index 01e5083..a1e3acc 100644 --- a/board/freescale/mx6qsabrelite/mx6qsabrelite.c +++ b/board/freescale/mx6qsabrelite/mx6qsabrelite.c @@ -24,6 +24,7 @@ #include <asm/io.h> #include <asm/arch/clock.h> #include <asm/arch/imx-regs.h> +#include <asm/arch/iomux.h> #include <asm/arch/mx6x_pins.h> #include <asm/errno.h> #include <asm/gpio.h> |