mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
mx6: Adjust the GPR offset for mx6solox
On mx6solox there is an additional 0x4000 offset for the GPR registers. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
0a11d6f29c
commit
aeadf0655c
1 changed files with 3 additions and 0 deletions
|
@ -398,6 +398,9 @@ struct src {
|
|||
|
||||
|
||||
struct iomuxc {
|
||||
#ifdef CONFIG_MX6SX
|
||||
u8 reserved[0x4000];
|
||||
#endif
|
||||
u32 gpr[14];
|
||||
u32 omux[5];
|
||||
/* mux and pad registers */
|
||||
|
|
Loading…
Reference in a new issue