diff options
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/omap.h')
| -rw-r--r-- | arch/arm/include/asm/arch-am33xx/omap.h | 5 | 
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 850f8a551..d28f9a83f 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 */ |