]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
mx6: Remove duplication of iomuxc structure
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 9 Jul 2014 20:59:54 +0000 (17:59 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 23 Jul 2014 10:25:41 +0000 (12:25 +0200)
commit0a11d6f29ce48c649e4358a24b5781d3171c5406
tree0794f0e12674fed4a24da70cd4921f4b2fd9cbb3
parentfa8cf3176cc3360d308db1aad8bd70458553c78a
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>
arch/arm/imx-common/sata.c
arch/arm/include/asm/arch-mx6/imx-regs.h
board/boundary/nitrogen6x/nitrogen6x.c
board/freescale/mx6slevk/mx6slevk.c
board/gateworks/gw_ventana/gw_ventana.c
board/solidrun/hummingboard/hummingboard.c