Files
u-boot-sunxi/lib
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-12-05 22:56:17 +01:00
2017-05-12 08:37:19 -04:00
2016-02-06 12:00:59 +01:00
2016-04-11 20:48:26 -04:00
2017-10-02 20:31:25 -04:00
2017-04-13 09:41:10 -04:00
2016-05-02 18:37:09 -04:00
2014-10-25 07:02:01 -04:00
2018-01-22 23:09:14 +01:00
2015-07-21 17:39:28 -06: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
2017-11-17 07:15:52 -07:00
2017-08-16 08:22:18 -04:00