Masahiro Yamada
5772cc668c
libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
...
[ Upstream commit a8de1304b7 ]
The DTC v1.5.1 added references to (U)INT32_MAX.
This is no problem for user-space programs since <stdint.h> defines
(U)INT32_MAX along with (u)int32_t.
For the kernel space, libfdt_env.h needs to be adjusted before we
pull in the changes.
In the kernel, we usually use s/u32 instead of (u)int32_t for the
fixed-width types.
Accordingly, we already have S/U32_MAX for their max values.
So, we should not add (U)INT32_MAX to <linux/limits.h> any more.
Instead, add them to the in-kernel libfdt_env.h to compile the
latest libfdt.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Signed-off-by: Rob Herring <robh@kernel.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2020-01-04 19:13:15 +01:00
..
2019-12-13 08:51:18 +01:00
2019-09-10 10:33:53 +01:00
2019-12-05 09:20:15 +01:00
2019-12-17 20:35:45 +01:00
2019-11-20 18:45:52 +01:00
2019-10-05 13:09:57 +02:00
2019-12-13 08:52:21 +01:00
2019-12-13 08:51:43 +01:00
2019-12-13 08:51:28 +01:00
2019-12-31 16:36:22 +01:00
2019-11-24 08:19:24 +01:00
2019-12-13 08:51:47 +01:00
2019-12-13 08:52:59 +01:00
2019-12-01 09:17:07 +01:00
2019-10-05 13:10:03 +02:00
2019-08-04 09:30:57 +02:00
2019-12-05 09:21:08 +01:00
2019-07-03 13:14:48 +02:00
2019-10-05 13:09:54 +02:00
2019-08-16 10:12:38 +02:00
2019-08-09 17:52:34 +02:00
2019-08-09 17:52:34 +02:00
2019-08-06 19:06:52 +02:00
2019-08-06 19:06:52 +02:00
2019-11-12 19:21:38 +01:00
2019-11-20 18:47:11 +01:00
2019-12-31 16:36:22 +01:00
2019-07-26 09:14:12 +02:00
2019-11-24 08:20:07 +01:00
2019-07-31 07:27:11 +02:00
2019-09-16 08:22:12 +02:00
2019-08-09 17:52:28 +02:00
2019-12-13 08:51:54 +01:00
2019-11-20 18:47:40 +01:00
2019-11-24 08:19:14 +01:00
2019-07-10 09:53:47 +02:00
2019-07-28 08:29:29 +02:00
2019-11-20 18:45:55 +01:00
2019-12-01 09:17:38 +01:00
2019-12-05 09:21:03 +01:00
2019-11-10 11:27:40 +01:00
2019-09-10 10:33:44 +01:00
2019-07-31 07:26:59 +02:00
2019-12-17 20:35:45 +01:00
2019-10-17 13:45:42 -07:00
2019-11-20 18:47:31 +01:00
2019-12-05 09:19:39 +01:00
2019-10-11 18:21:43 +02:00
2019-08-09 17:52:34 +02:00
2019-12-01 09:17:05 +01:00
2019-11-20 18:45:19 +01:00
2019-08-04 09:30:54 +02:00
2019-12-31 16:35:23 +01:00
2019-12-13 08:52:43 +01:00
2019-07-21 09:03:11 +02:00
2019-12-13 08:52:43 +01:00
2019-12-05 09:20:26 +01:00
2019-12-01 09:17:35 +01:00
2020-01-04 19:13:15 +01:00
2019-09-06 10:22:19 +02:00
2019-12-05 09:21:08 +01:00
2019-12-31 16:35:38 +01:00
2019-11-12 19:20:36 +01:00
2019-11-12 19:20:36 +01:00
2019-12-31 16:34:36 +01:00
2019-12-21 10:57:08 +01:00
2019-09-06 10:22:22 +02:00
2019-09-06 10:22:23 +02:00
2019-11-12 19:20:36 +01:00
2019-07-28 08:29:28 +02:00
2019-12-13 08:52:28 +01:00
2020-01-04 19:12:53 +01:00
2019-12-17 20:35:17 +01:00
2019-07-26 09:14:07 +02:00
2019-12-05 09:19:38 +01:00
2019-08-04 09:30:56 +02:00
2019-12-05 09:20:25 +01:00
2019-12-13 08:51:07 +01:00
2019-11-10 11:27:54 +01:00
2019-12-05 09:20:57 +01:00
2019-12-21 10:57:17 +01:00
2019-11-20 18:45:24 +01:00
2019-12-05 09:19:49 +01:00
2019-12-13 08:52:28 +01:00
2019-07-14 08:11:21 +02:00