summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/efika-mx-smartbook/lowlevel.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/efika-mx-smartbook/lowlevel.c')
-rw-r--r--arch/arm/boards/efika-mx-smartbook/lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/efika-mx-smartbook/lowlevel.c b/arch/arm/boards/efika-mx-smartbook/lowlevel.c
index 6da5bfaf55..3881678d85 100644
--- a/arch/arm/boards/efika-mx-smartbook/lowlevel.c
+++ b/arch/arm/boards/efika-mx-smartbook/lowlevel.c
@@ -12,7 +12,7 @@ ENTRY_FUNCTION(start_imx51_genesi_efikasb, r0, r1, r2)
void *fdt;
imx5_cpu_lowlevel_init();
- arm_setup_stack(0x20000000 - 16);
+ arm_setup_stack(0x20000000);
imx51_init_lowlevel(800);
fdt = __dtb_imx51_genesi_efika_sb_start + get_runtime_offset();