summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-12-10 15:02:12 +0530
committerTom Rini <trini@ti.com>2013-12-18 21:14:00 -0500
commit369cbe1e1ec6e2f0761438e7cef717a78b8905b1 (patch)
tree9dbe6a8a1da5c6e1bf60c284839f2451ec088005 /arch/arm/include/asm/arch-am33xx
parent7ca1b2a210daeb6782de9db11b7b1bec95624446 (diff)
downloadtalos-obmc-uboot-369cbe1e1ec6e2f0761438e7cef717a78b8905b1.tar.gz
talos-obmc-uboot-369cbe1e1ec6e2f0761438e7cef717a78b8905b1.zip
ARM: AM43xx: Adapt to ti_armv7_common.h config file
Use ti_armv7_common.h config file to inclde the common configs. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx')
-rw-r--r--arch/arm/include/asm/arch-am33xx/omap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/omap.h b/arch/arm/include/asm/arch-am33xx/omap.h
index 225072186d..cf5f8b2dd0 100644
--- a/arch/arm/include/asm/arch-am33xx/omap.h
+++ b/arch/arm/include/asm/arch-am33xx/omap.h
@@ -26,6 +26,6 @@
#elif defined(CONFIG_AM43XX)
#define NON_SECURE_SRAM_START 0x402F0400
#define NON_SECURE_SRAM_END 0x40340000
-#define SRAM_SCRATCH_SPACE_ADDR 0x4033C000
+#define SRAM_SCRATCH_SPACE_ADDR 0x40337C00
#endif
#endif
OpenPOWER on IntegriCloud