Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcrt0_64.Sa737028e80603f49a4757adec10b5842d0689dbb Thu Jan 14 21:03:11 UTC 2016 Stephen Warren <swarren@nvidia.com> arm: initialize gd for AArch64

Commit adc421e4cee8 "arm: move gd handling outside of C code" removed
the call to arch_setup_gd() on ARM and replaced it with assembly code
in crt0.S. However, AArch64 uses a different startup file, and the same
change was not made to it. This leaves gd uninitialized on AArch64, which
typically leads to hangs or crashes. This change fixes that.

Fixes: adc421e4cee8 ("arm: move gd handling outside of C code")
Signed-off-by: Stephen Warren <swarren@nvidia.com>