u-boot-brain/board/freescale/t4rdb
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
..
cpld.c powerpc/t4rdb: fix cpld reset altbank 2015-07-28 14:41:15 -07:00
cpld.h powerpc/t4rdb: Add support of CPLD 2014-11-14 11:12:14 -08:00
ddr.c board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
ddr.h board/freescale: Update ddr clk_adjust 2016-06-03 14:06:57 -07:00
eth.c powerpc:t4240rdb: Disable the non-existent ethernet ports on T4240RDB 2016-05-24 17:11:03 -07:00
Kconfig NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST 2017-01-24 10:33:59 -05:00
law.c powerpc/t4rdb: Add support of CPLD 2014-11-14 11:12:14 -08:00
MAINTAINERS powerpc/t4rdb: Add SD boot support for T4240RDB board 2015-05-04 09:24:04 -07:00
Makefile powerpc: T4240RDB: Remove macro CONFIG_T4240RDB 2016-11-23 23:42:15 -08:00
pci.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
spl.c env: Add an enum for environment state 2017-08-15 08:18:51 -04:00
t4_pbi.cfg pbl: use "wait" command instead of "flush" command 2016-10-14 10:21:30 -07:00
t4_sd_rcw.cfg Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand. 2016-10-14 10:21:03 -07:00
t4rdb.h powerpc/85xx: Add T4240RDB board support 2014-05-13 08:24:32 -07:00
t4240rdb.c env: Rename some other getenv()-related functions 2017-08-16 08:31:11 -04:00
tlb.c powerpc: mpc85xx: Fix static TLB table for SDRAM 2017-12-06 14:54:12 -08:00