]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx6: imx-regs: Remove unused 'omux' field from iomux struct
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 1 Aug 2014 11:49:59 +0000 (08:49 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 8 Aug 2014 08:29:39 +0000 (10:29 +0200)
'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>
arch/arm/include/asm/arch-mx6/imx-regs.h

index 437b434b1aaddf1f5b226d3fb511c0940f1f2865..d4ce8a8733083bd80bc7b74b6cc35495c2b23a22 100644 (file)
@@ -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