Files
u-boot-sunxi/include
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
..
2018-02-16 11:12:41 -05:00
2017-07-03 17:35:28 -04:00
2018-02-23 20:48:09 +01:00
2018-02-04 12:00:58 +01:00
2017-11-28 16:08:52 +01:00
2017-06-05 11:02:29 -04:00
2018-02-13 23:24:22 -05:00
2017-09-16 14:57:44 +08:00
2017-10-02 21:52:18 -04:00
2018-01-28 17:12:35 +01:00
2018-01-28 17:12:36 +01:00
2018-02-05 20:58:11 -05:00
2017-05-11 22:21:27 -04:00
2017-07-28 23:34:39 +02:00
2017-08-17 16:59:55 +09:00
2017-05-15 20:32:12 +02:00
2017-08-16 08:30:24 -04:00
2018-01-22 16:43:31 -05:00
2018-01-29 07:48:59 +01:00
2017-10-02 21:52:18 -04:00
2017-09-03 15:30:35 -04:00
2018-02-04 12:00:58 +01:00
2017-07-23 09:24:47 -04:00
2017-06-12 08:37:55 -04:00
2018-02-03 10:09:28 -07:00
2018-02-19 16:59:33 +09:00
2017-11-28 21:59:30 +01:00
2017-12-04 22:00:00 +09:00
2018-02-23 10:40:51 -05:00
2017-11-28 21:59:30 +01:00
2018-02-10 00:24:00 +01:00
2017-12-07 15:17:00 -05:00
2017-07-28 23:34:07 +02:00
2017-08-17 16:59:55 +09:00
2017-08-23 10:41:58 +02:00
2017-08-16 08:22:18 -04:00
2018-01-24 12:04:07 +05:30
2018-01-24 12:04:07 +05:30
2017-12-12 19:53:45 -07:00
2017-10-01 16:32:51 +02:00
2017-08-24 11:00:47 +08:00
2017-10-04 12:00:19 -04:00