diff options
author | Bradley Bolen <bradleybolen@gmail.com> | 2018-01-26 22:11:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 09:39:05 -0500 |
commit | 9c3264ce40130966897fb9c1b91c120f588531d0 (patch) | |
tree | e60f09f6e081d161685eec36ef613b5211899ea4 /board/ti/sdp4430 | |
parent | 2d58dddf7a37ea548bb940de2db050f5fe1a582d (diff) |
atomic-long: Fix warnings on arm64
Several inline functions in this file reference undefined functions in
U-Boot. For example:
atomic-long.h:73:9: warning: implicit declaration of function
'atomic64_sub_and_test'
atomic-long.h:80:9: warning: implicit declaration of function
'atomic64_dec_and_test'
atomic-long.h:87:9: warning: implicit declaration of function
'atomic64_inc_and_test'
Handle this the same as the 32 bit build by wrapping these functions in
a __UBOOT__ check.
Signed-off-by: Bradley Bolen <bradleybolen@gmail.com>
Diffstat (limited to 'board/ti/sdp4430')
0 files changed, 0 insertions, 0 deletions