]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd73c24677c0c4a21168b7f60d5133ea7974bd6e6
tree86a8d3f544e5190dcfa13cb1912c92bbab3d1914
parentb2332683e7f8dcb937ac7bacbf22909d8b6436e7
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