Files
u-boot/arch/arm/lib
Stephen Warren a737028e80 arm: initialize gd for AArch64
Commit adc421e4ce "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: adc421e4ce ("arm: move gd handling outside of C code")
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2016-01-14 16:27:13 -05:00
..
2016-01-14 16:27:13 -05:00
2016-01-13 21:05:18 -05:00
2014-10-26 22:23:40 +01:00
2015-10-15 14:47:03 +02:00
2015-04-22 12:14:55 -04:00