diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2018-06-15 14:02:18 +0200 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2018-06-18 04:25:28 +0000 |
commit | a7835c462eacdcb30aa6a41b2e04d1650995e175 (patch) | |
tree | 078345e5d48a2b14bea0a3ddd0ef0a554ab0fac1 /Makefile | |
parent | aea8eecded5b51964f72236ea116081123e4a49b (diff) |
cbfstool: Use endian.h and functions from commonlib
The endian conversion function be32toh() is defined in
src/include/endian.h, however this file is not used for cbfstool
compilation. Currently the one provided by the host is used and if the
host does not provide this endian.h file, the build will fail.
However, we do have endian conversion functions in commonlib/endian.h
which is available for cbfstool compilation.
Switch from be32toh() to read_be32() in order to avoid relying on a
host provided include file.
We use functions from commonlib/endian.h already in cbfstool.
Change-Id: I106274cf9c69e1849f848920d96a61188f895b36
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/27116
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions