Hello build bot (Jenkins), Furquan Shaikh, Tim Wawrzynczak, Nick Vaccaro, Alex Levin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42234
to look at the new patch set (#2).
Change subject: libpayload: Fix potential compilation issues ......................................................................
libpayload: Fix potential compilation issues
The include chain can define one of the macros (BIT, MIN, MAX are all very common) and this will cause a compilation issue. Wrapping with ifndef to protect from that.
Change-Id: I1e1c1f8e75b752bc3d78e0c843866d0144b82b2a Signed-off-by: Alex Levin levinale@chromium.org --- M payloads/libpayload/include/libpayload.h 1 file changed, 27 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/42234/2