commit | c22bb8ab7d619f5e7df3afc364fa2a11ea304992 | [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 | 58c7c4dca3508bd1244ff3cc067c10d45aee9aa7 [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>