-
- Downloads
mx6: Remove duplication of iomuxc structure
There is no need to keep iomuxc_base_regs structure as it serves the exact same purpose of the iomuxc structure, which is to provide access to the GPR registers. The additional fields of iomuxc_base_regs are not used. Other advantage of 'iomuxc' is that it has a shorter name and the variable declarations can fit into a single line. So remove iomuxc_base_regs structure and use iomuxc instead. Signed-off-by:Fabio Estevam <fabio.estevam@freescale.com> Acked-by:
Stefano Babic <sbabic@denx.de>
Showing
- arch/arm/imx-common/sata.c 1 addition, 2 deletionsarch/arm/imx-common/sata.c
- arch/arm/include/asm/arch-mx6/imx-regs.h 0 additions, 9 deletionsarch/arm/include/asm/arch-mx6/imx-regs.h
- board/boundary/nitrogen6x/nitrogen6x.c 1 addition, 2 deletionsboard/boundary/nitrogen6x/nitrogen6x.c
- board/freescale/mx6slevk/mx6slevk.c 1 addition, 2 deletionsboard/freescale/mx6slevk/mx6slevk.c
- board/gateworks/gw_ventana/gw_ventana.c 1 addition, 2 deletionsboard/gateworks/gw_ventana/gw_ventana.c
- board/solidrun/hummingboard/hummingboard.c 1 addition, 2 deletionsboard/solidrun/hummingboard/hummingboard.c
Loading
Please register or sign in to comment