Masahiro Yamada
b08c8c4870
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
...
Thomas reported U-Boot failed to build host tools if libfdt-devel
package is installed because tools include libfdt headers from
/usr/include/ instead of using internal ones.
This commit moves the header code:
include/libfdt.h -> include/linux/libfdt.h
include/libfdt_env.h -> include/linux/libfdt_env.h
and replaces include directives:
#include <libfdt.h> -> #include <linux/libfdt.h>
#include <libfdt_env.h> -> #include <linux/libfdt_env.h>
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
2018-03-05 10:16:28 -05:00
..
2017-09-14 16:02:43 -04:00
2016-02-06 13:59:48 +01:00
2016-03-17 10:14:25 -04:00
2017-12-05 22:56:17 +01:00
2018-02-10 00:24:00 +01:00
2018-03-05 10:16:28 -05:00
2018-02-10 00:24:00 +01:00
2018-03-05 10:16:28 -05:00
2015-01-14 11:35:43 -05:00
2017-10-05 21:31:04 -04:00
2017-05-12 08:37:19 -04:00
2016-05-25 13:25:18 +09:00
2016-02-06 12:00:59 +01:00
2016-01-19 08:31:21 -05:00
2018-01-29 12:50:13 -05:00
2017-10-08 16:19:56 -04:00
2017-09-03 15:30:31 -04:00
2017-12-01 13:22:55 +01:00
2017-05-05 16:45:57 -04:00
2016-04-11 20:48:26 -04:00
2016-03-14 19:18:42 -04:00
2018-02-14 12:14:11 -05:00
2017-10-02 20:31:25 -04:00
2017-07-11 10:08:19 -06:00
2017-04-13 09:41:10 -04:00
2014-12-11 13:18:41 -07:00
2018-03-05 10:16:28 -05:00
2018-03-05 10:16:28 -05:00
2018-03-05 10:16:28 -05:00
2017-10-05 21:31:04 -04:00
2015-09-11 17:15:16 -04:00
2016-05-02 18:37:09 -04:00
2016-10-08 09:33:36 -04:00
2015-08-05 08:42:41 -06:00
2018-02-14 12:14:11 -05:00
2015-07-22 07:30:44 -06:00
2014-10-25 07:02:01 -04:00
2015-11-18 15:28:59 -05:00
2015-10-11 17:12:10 -04:00
2018-01-22 23:09:14 +01:00
2015-11-19 20:27:50 -07:00
2017-01-14 16:47:11 -05:00
2018-03-05 10:16:28 -05:00
2015-12-13 17:07:30 -07:00
2016-04-01 17:17:43 -04:00
2015-07-21 17:39:28 -06:00
2016-11-21 14:07:30 -05:00
2016-11-21 14:07:30 -05:00
2017-05-12 08:37:18 -04:00
2017-08-16 08:30:24 -04:00
2017-06-01 07:03:12 -06:00
2014-11-20 11:28:25 -05:00
2017-09-14 21:32:59 -04:00
2016-10-19 09:01:50 +02:00
2017-06-05 14:13:03 -04:00
2017-04-13 09:41:09 -04:00
2017-11-17 07:15:52 -07:00
2015-04-18 11:11:09 -06:00
2017-08-16 08:22:18 -04:00
2018-01-28 21:37:13 +01:00