summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-08-01 08:49:59 -0300
committerStefano Babic <sbabic@denx.de>2014-08-08 10:29:39 +0200
commit28344902457f453da08133f2eb684221a1b8ab91 (patch)
treef7f8b9f9a8df6b5dcab651796d312d32678841f4 /arch
parent25fe05722a038f8178a26c197ac84fda55b2f168 (diff)
downloadtalos-obmc-uboot-28344902457f453da08133f2eb684221a1b8ab91.tar.gz
talos-obmc-uboot-28344902457f453da08133f2eb684221a1b8ab91.zip
mx6: imx-regs: Remove unused 'omux' field from iomux struct
'omux' field is not used anywhere and such layout is not valid for mx6solox. Instead of adding more ifdef's into the structure, let's simply remove this unused 'omux' field. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-mx6/imx-regs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
index 437b434b1a..d4ce8a8733 100644
--- a/arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
@@ -404,8 +404,6 @@ struct iomuxc {
u8 reserved[0x4000];
#endif
u32 gpr[14];
- u32 omux[5];
- /* mux and pad registers */
};
#define IOMUXC_GPR2_COUNTER_RESET_VAL_OFFSET 20
OpenPOWER on IntegriCloud