mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
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>
This commit is contained in:
parent
25fe05722a
commit
2834490245
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue