X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=arch%2Fh8300%2Fboot%2Fcompressed%2Fhead.S;h=0436350c1df5813950ef04905581a9b07993e8aa;hp=74c0d8cc40ba8ec8ef65717ca4eb8c9da8be514d;hb=d7f40cc754bf479cca4a0f607b173efd4e6c805a;hpb=af0b3152bbfebd3f8291fd61988c12ece4f60f57 diff --git a/arch/h8300/boot/compressed/head.S b/arch/h8300/boot/compressed/head.S index 74c0d8cc40ba..0436350c1df5 100644 --- a/arch/h8300/boot/compressed/head.S +++ b/arch/h8300/boot/compressed/head.S @@ -9,8 +9,8 @@ .section .text..startup,"ax" .global startup startup: + mov.l #startup, sp mov.l er0, er4 - mov.l er0, sp mov.l #__sbss, er0 mov.l #__ebss, er1 sub.l er0, er1 @@ -24,7 +24,7 @@ startup: bne 1b jsr @decompress_kernel mov.l er4, er0 - jmp @0x400000 + jmp @output .align 9 fake_headers_as_bzImage: