Add UINT32_MAX and UINT64_MAX
authorSimon Glass <sjg@chromium.org>
Sat, 24 Nov 2018 04:29:42 +0000 (21:29 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Dec 2018 13:01:35 +0000 (06:01 -0700)
commit277f4eb2e88ba64e0926b189f99d548069089160
tree86a8d3f544e5190dcfa13cb1912c92bbab3d1914
parent49c751603c5abfe32019640834bc34a0a424eb57
Add UINT32_MAX and UINT64_MAX

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@chromium.org>
include/linux/kernel.h