These constants are defined by stdint.h but not by kernel.h, which is its stand-in in U-Boot. Add the definitions so that libraries which expect stdint.h constants can work. Signed-off-by: Simon Glass <sjg at chromium.org> --- include/linux/kernel.h | 4 ++++ 1 file changed, 4 insertions(+) Applied to u-boot-dm/master, thanks!