Commit 88237c25 authored by Uwe Kleine-König's avatar Uwe Kleine-König

ARM: zImage: don't hard code the stack size twice

Acked-by: default avatarEric Miao <eric.miao@canonical.com>
Acked-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent 7e27d6e7
......@@ -315,7 +315,7 @@ LC0: .word LC0 @ r1
.word _image_size @ r6
.word _got_start @ r11
.word _got_end @ ip
.word user_stack+4096 @ sp
.word user_stack_end @ sp
LC1: .word reloc_end - reloc_start
.size LC0, . - LC0
......@@ -1070,3 +1070,4 @@ reloc_end:
.align
.section ".stack", "w"
user_stack: .space 4096
user_stack_end:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment