]> Git Repo - u-boot.git/commit - common/board_r.c
board_r: ARM[64] do not set gd again
authorJeroen Hofstee <[email protected]>
Wed, 30 Jul 2014 19:54:49 +0000 (21:54 +0200)
committerAlbert ARIBAUD <[email protected]>
Tue, 9 Sep 2014 11:50:45 +0000 (13:50 +0200)
commit47a602eab43fc2a3ce402efd5e7baee3a8a3fffb
tree2995ad87506f99b3442c99c433cb9ba734787698
parenta6bc0195dba895fa0e9facc718d17eb098695685
board_r: ARM[64] do not set gd again

For ARM / ARM64 the relocation routines already updated
gd to the new value. Don't set it again. This allows
compilation with clang as it cannot update gd directly.

cc: Albert ARIBAUD <[email protected]>
Signed-off-by: Jeroen Hofstee <[email protected]>
common/board_r.c
This page took 0.031818 seconds and 4 git commands to generate.