commit | 865989535038a2e5d11a18f2c3a67974f8328aee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 27 09:47:39 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 04 18:15:32 2019 -0700 |
tree | 3fd53f2e6abb869423c5af1c422960f19709d8d7 | |
parent | 73b6e6ad254b36763419cdd3fdf406c0094517b7 [diff] |
fdt: Add INT32_MAX to kernel.h for libfdt Unfortunately libfdt needs this value now, which is present in the stdint.h header. That file is just a placeholder in U-Boot and these sorts of constants appear in the linux/kernel.h header instead. To keep libfdt happy, add INT32_MAX too. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>