projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a11d6f
)
mx6: Adjust the GPR offset for mx6solox
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 9 Jul 2014 20:59:55 +0000
(17:59 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 23 Jul 2014 10:25:41 +0000
(12:25 +0200)
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>
arch/arm/include/asm/arch-mx6/imx-regs.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-mx6/imx-regs.h
b/arch/arm/include/asm/arch-mx6/imx-regs.h
index 782d9c41fc7e0f70cc54ceef7b07e8a418f214bb..cc746b8396855f283591d108870c80d2de08c75a 100644
(file)
--- a/
arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/
arch/arm/include/asm/arch-mx6/imx-regs.h
@@
-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 */