summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/omap.h
diff options
context:
space:
mode:
authorMatt Porter <mporter@ti.com>2013-03-15 10:07:06 +0000
committerTom Rini <trini@ti.com>2013-03-24 12:49:11 -0400
commit8b029f22a6618f9966d2840c5d962646fc0829d6 (patch)
tree33aa6b8e6a2c6a5fe21e0118a93b552d0bf1f1d7 /arch/arm/include/asm/arch-am33xx/omap.h
parentb2e682f7a08e4f589b7b2266ced58ae7493a344b (diff)
downloadtalos-obmc-uboot-8b029f22a6618f9966d2840c5d962646fc0829d6.tar.gz
talos-obmc-uboot-8b029f22a6618f9966d2840c5d962646fc0829d6.zip
am33xx: add ti814x specific register definitions
Support the ti814x specific register definitions within arch-am33xx. Signed-off-by: Matt Porter <mporter@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/omap.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/omap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/omap.h b/arch/arm/include/asm/arch-am33xx/omap.h
index 850f8a551d..d28f9a83ff 100644
--- a/arch/arm/include/asm/arch-am33xx/omap.h
+++ b/arch/arm/include/asm/arch-am33xx/omap.h
@@ -28,8 +28,13 @@
* Non-secure RAM starts at 0x40300000 for GP devices. But we keep SRAM_BASE
* at 0x40304000(EMU base) so that our code works for both EMU and GP
*/
+#ifdef CONFIG_AM33XX
#define NON_SECURE_SRAM_START 0x40304000
#define NON_SECURE_SRAM_END 0x4030E000
+#elif defined(CONFIG_TI814X)
+#define NON_SECURE_SRAM_START 0x40300000
+#define NON_SECURE_SRAM_END 0x40320000
+#endif
/* ROM code defines */
/* Boot device */
OpenPOWER on IntegriCloud