commit | 09bc3d2eacc31bd36ae092f8bc6795a8b9276192 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 28 12:08:32 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 06 14:03:17 2022 -0400 |
tree | 6d9436446dd34560abadd0e38f0854c708ad35e4 | |
parent | b7463f198da65257a3e0308f920ff8b3631c955b [diff] |
stdint: Add a definition of UINT8_MAX This is normally defined in stdint.h but is not used in U-Boot. When libraries (such as Chromium OS vboot) are built against U-Boot they may expect this value to be available. Add it to avoid build errors in this case. Signed-off-by: Simon Glass <sjg@chromium.org>