From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Date: Wed, 29 May 2013 19:03:19 +0530 Subject: [U-Boot] [PATCH 08/12] ARM: DRA7xx: Correct SRAM END address In-Reply-To: <20130529130644.GJ11917@bill-the-cat> References: <1369825367-4537-1-git-send-email-lokeshvutla@ti.com> <1369825367-4537-9-git-send-email-lokeshvutla@ti.com> <20130529130644.GJ11917@bill-the-cat> Message-ID: <51A6039F.8080109@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> >> NON SECURE SRAM is 512KB in DRA7xx devices. >> So fixing it here. >> >> Signed-off-by: Sricharan R >> --- >> 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