rv1126-uboot/drivers/misc
Masahiro Yamada f1ba13f8e2 UPSTREAM: 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>

Change-Id: I68fd5734d6460c169fa5ee2893c57cb5d73340b6
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit b08c8c4870831c9315dcae237772238e80035bd5)
2019-07-05 19:33:35 +08:00
..
Kconfig rockchip: otp: Add (misc) driver for PX30 non-secure OTP block 2019-03-29 18:26:05 +08:00
Makefile rockchip: otp: Add (misc) driver for PX30 non-secure OTP block 2019-03-29 18:26:05 +08:00
ali512x.c
altera_sysid.c
atsha204a-i2c.c
cbmem_console.c
cros_ec.c
cros_ec_i2c.c
cros_ec_lpc.c
cros_ec_sandbox.c
cros_ec_spi.c
ds4510.c
ds4510.h
fsl_devdis.c
fsl_ifc.c
fsl_iim.c
fsl_portals.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2019-07-05 19:33:35 +08:00
fsl_sec_mon.c
gpio_led.c
i2c_eeprom.c
i2c_eeprom_emul.c
mc9sdz60.c
misc-uclass.c
mxc_ocotp.c
mxs_ocotp.c
ns87308.c
nuvoton_nct6102d.c
pca9551_led.c
pwrseq-uclass.c
qfw.c
rockchip-efuse.c rockchip: efuse: support rk1808 non-secure efuse 2019-03-29 18:26:05 +08:00
rockchip-otp.c rockchip: otp: Add support for RK3308 2019-03-29 18:26:05 +08:00
smsc_lpc47m.c
smsc_sio1007.c
spltest_sandbox.c
status_led.c
swap_case.c
syscon_sandbox.c
tegra186_bpmp.c
tegra_car.c
twl4030_led.c
winbond_w83627.c