
6 Dec
2018
6 Dec
'18
12:10 a.m.
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 | 4 ++++ 1 file changed, 4 insertions(+)
Applied to u-boot-dm/master, thanks!