diff options
Diffstat (limited to 'arch/xtensa/boot/boot-redboot/bootstrap.S')
-rw-r--r-- | arch/xtensa/boot/boot-redboot/bootstrap.S | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/xtensa/boot/boot-redboot/bootstrap.S b/arch/xtensa/boot/boot-redboot/bootstrap.S index 5582e8cfac8f..4c316cd28a54 100644 --- a/arch/xtensa/boot/boot-redboot/bootstrap.S +++ b/arch/xtensa/boot/boot-redboot/bootstrap.S | |||
@@ -226,17 +226,7 @@ _reloc: | |||
226 | 226 | ||
227 | isync | 227 | isync |
228 | 228 | ||
229 | movi a5, __start | ||
230 | movi a3, boot_initrd_start | ||
231 | movi a4, boot_initrd_end | ||
232 | sub a3, a3, a5 | ||
233 | sub a4, a4, a5 | ||
234 | add a3, a0, a3 | ||
235 | add a4, a0, a4 | ||
236 | |||
237 | # a2 Boot parameter list | 229 | # a2 Boot parameter list |
238 | # a3 initrd_start (virtual load address) | ||
239 | # a4 initrd_end (virtual load address) | ||
240 | 230 | ||
241 | movi a0, _image_start | 231 | movi a0, _image_start |
242 | jx a0 | 232 | jx a0 |