summaryrefslogtreecommitdiff
path: root/board/sbc8548
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-05-27 20:04:22 +0200
committerTom Rini <trini@konsulko.com>2020-07-07 18:23:48 -0400
commit7f642cb287ee046e1c2a0a244fd924c664f48d67 (patch)
tree88754c1d1976f3a1096a62b1a57bb2a1ea1a88cb /board/sbc8548
parenta20f0c820fb024a48f667334777ca4022838693d (diff)
trace: clang compatible handling of gd register
On ARM systems gd is stored in register r9 or x18. When compiling with clang gd is defined as a macro calling function gd_ptr(). So we can not make assignments to gd. Use function set_gd() for setting the register on ARM. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sbc8548')
0 files changed, 0 insertions, 0 deletions