From patchwork Thu Oct 11 07:11:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,2/6] MX35: add LOW_LEVEL_SRAM_STACK to use SPL_FRAMEWORK Date: Wed, 10 Oct 2012 21:11:42 -0000 From: Stefano Babic X-Patchwork-Id: 190822 Message-Id: <1349939506-4109-3-git-send-email-sbabic@denx.de> To: U-Boot Mailing List Signed-off-by: Stefano Babic --- arch/arm/include/asm/arch-mx35/imx-regs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-mx35/imx-regs.h b/arch/arm/include/asm/arch-mx35/imx-regs.h index 7b09809..7b6475a 100644 --- a/arch/arm/include/asm/arch-mx35/imx-regs.h +++ b/arch/arm/include/asm/arch-mx35/imx-regs.h @@ -33,6 +33,8 @@ #define IRAM_BASE_ADDR 0x10000000 /* internal ram */ #define IRAM_SIZE 0x00020000 /* 128 KB */ +#define LOW_LEVEL_SRAM_STACK 0x1001E000 + /* * AIPS 1 */