Files
u-boot-sunxi/arch/x86/cpu
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-01-30 22:34:38 +08:00
2017-11-30 13:50:17 +08:00
2017-09-16 14:57:44 +08:00
2016-02-05 12:47:23 +08:00
2016-02-06 12:00:59 +01:00
2017-02-06 11:38:46 +08:00
2017-02-06 11:38:46 +08:00
2017-05-17 17:11:46 +08:00