commit | 0d477ae698993789cc4962207a6e61877b9479b1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 23 21:29:42 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Dec 05 06:01:35 2018 -0700 |
tree | 86a8d3f544e5190dcfa13cb1912c92bbab3d1914 | |
parent | e1e4cb3640ef4853969c8d67f4ff9c8805fb60e6 [diff] |
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>