Home
last modified time | relevance | path

Searched hist:da372af6 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/arm926ejs/
H A Dstart.Sda372af6 Sat Apr 21 10:11:07 CDT 2018 Mans Rullgard <mans@mansr.com> 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 <mans@mansr.com>