]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx6: Adjust the GPR offset for mx6solox
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 9 Jul 2014 20:59:55 +0000 (17:59 -0300)
committerStefano 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

index 782d9c41fc7e0f70cc54ceef7b07e8a418f214bb..cc746b8396855f283591d108870c80d2de08c75a 100644 (file)
@@ -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 */