
29 May
2013
29 May
'13
3:33 p.m.
On Wednesday 29 May 2013 06:36 PM, Tom Rini wrote:
On Wed, May 29, 2013 at 04:32:43PM +0530, Lokesh Vutla wrote:
From: Sricharan R r.sricharan@ti.com
NON SECURE SRAM is 512KB in DRA7xx devices. So fixing it here.
Signed-off-by: Sricharan R r.sricharan@ti.com
arch/arm/include/asm/arch-omap5/omap.h | 7 ------- include/configs/dra7xx_evm.h | 3 +++ include/configs/omap5_uevm.h | 3 +++
No, we need to handle this in the include files, not the config files.
Ok.. The only concern was headers were shared between OMAP5/DRA and this results in #ifdef CONFIG_XX checks. Just thinking how to handle this better.
Regards, Sricharan