Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f47d8c69 authored by Vikram Pandita's avatar Vikram Pandita Committed by Santosh Shilimkar
Browse files

omap4: sram: Fix start address



On OMAP4 there is no need to have SRAM_BOOTLOADER_SZ provision

Hence put this macro under CONFIG_ARCH_OMAP2PLUS check

Signed-off-by: default avatarVikram Pandita <vikram.pandita@ti.com>
Reviewed-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 2a27753f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@
#define OMAP4_SRAM_PUB_PA	(OMAP4_SRAM_PA + 0x4000)
#define OMAP4_SRAM_PUB_PA	(OMAP4_SRAM_PA + 0x4000)
#define OMAP4_SRAM_PUB_VA	(OMAP4_SRAM_VA + 0x4000)
#define OMAP4_SRAM_PUB_VA	(OMAP4_SRAM_VA + 0x4000)


#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
#if defined(CONFIG_ARCH_OMAP2PLUS)
#define SRAM_BOOTLOADER_SZ	0x00
#define SRAM_BOOTLOADER_SZ	0x00
#else
#else
#define SRAM_BOOTLOADER_SZ	0x80
#define SRAM_BOOTLOADER_SZ	0x80