diff options
| author | Stefano Babic <sbabic@denx.de> | 2012-10-10 21:11:42 +0000 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2012-10-26 16:27:58 +0200 |
| commit | e6500303476d7c6dfcdad2657f7d9f0a7a436697 (patch) | |
| tree | bef3f516a0604c268ee2c891858da02bc1291b49 | |
| parent | b736e4b929197b5141b883f4f3906c4bd38dd4f3 (diff) | |
| download | olio-uboot-2014.01-e6500303476d7c6dfcdad2657f7d9f0a7a436697.tar.xz olio-uboot-2014.01-e6500303476d7c6dfcdad2657f7d9f0a7a436697.zip | |
MX35: add LOW_LEVEL_SRAM_STACK to use SPL_FRAMEWORK
Signed-off-by: Stefano Babic <sbabic@denx.de>
| -rw-r--r-- | arch/arm/include/asm/arch-mx35/imx-regs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx35/imx-regs.h b/arch/arm/include/asm/arch-mx35/imx-regs.h index 7b098094f..7b6475a5e 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 */ |