]> Git Repo - u-boot.git/commit
ARM: arm926ejs: fix lowlevel_init call
authorMans Rullgard <[email protected]>
Sat, 21 Apr 2018 15:11:07 +0000 (16:11 +0100)
committerStefano Babic <[email protected]>
Fri, 27 Apr 2018 07:32:54 +0000 (09:32 +0200)
commitda372af6e40d84e8a47baa41d22dd3e953469b74
treef16ab16a2dea582fa017b79da269d0b8ac99c003
parent9482aeda660cece398cd85938184f727d1404611
ARM: arm926ejs: fix lowlevel_init call

The code attempts to preserve the value of LR by storing it in R12/IP
across the lowevel_init() call.  However, this register is not saved
by the callee.  Use a register that guaranteed to be preserved instead.

Signed-off-by: Mans Rullgard <[email protected]>
arch/arm/cpu/arm926ejs/start.S
This page took 0.028192 seconds and 4 git commands to generate.