Files
u-boot/drivers/net
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
..
2016-10-23 18:33:18 -04:00
2017-06-28 11:43:39 -04:00
2017-06-28 11:43:39 -04:00
2018-02-26 15:49:26 -06:00
2016-12-16 17:15:27 +01:00
2017-09-07 13:23:52 -05:00
2018-02-23 10:40:51 -05:00
2017-09-07 13:23:52 -05:00
2016-08-15 15:29:03 -05:00
2017-06-02 14:44:20 -05:00
2017-06-01 07:03:01 -06:00
2016-08-15 15:29:03 -05:00
2017-04-05 13:52:01 -04:00
2017-06-01 07:03:01 -06:00
2018-02-26 15:45:56 -06:00