u-boot-brain/arch/powerpc/cpu/mpc8xx
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
..
cache.c powerpc, 8xx: Move cache function into C files 2017-07-22 22:22:50 -04:00
config.mk powerpc: Partialy restore core of mpc8xx 2017-07-08 15:55:26 -04:00
cpu_init.c powerpc, timer: Does 8xx specific actions in 8xx cpu_init 2017-07-22 22:22:48 -04:00
cpu.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
fdt.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
immap.c powerpc, 8xx: fix missing function declarations. 2017-07-23 09:23:29 -04:00
interrupts.c powerpc: Rework interrupt_init_cpu() 2017-08-26 14:56:08 -04:00
Kconfig powerpc, 8xx: Add support for MCR3000 board from CSSI 2017-07-08 15:56:06 -04:00
Makefile powerpc, 8xx: Move cache function into C files 2017-07-22 22:22:50 -04:00
reginfo.c powerpc: Remove unneccessary #ifdefs in reginfo 2017-07-22 22:22:49 -04:00
speed.c powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() 2017-07-22 22:22:47 -04:00
start.S powerpc: move get_pvr() and get_svr() into C 2017-07-22 22:22:51 -04:00
traps.c powerpc, 8xx: fix missing function declarations. 2017-07-23 09:23:29 -04:00