Home
last modified time | relevance | path

Searched hist:def0819e920b05b34b56d8b42e1e43d9b89a52d6 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dimage.hdef0819e920b05b34b56d8b42e1e43d9b89a52d6 Tue Oct 21 09:23:56 UTC 2008 Wolfgang Denk <wd@xpert.denx.de> FDT: don't use private kernel header files

On some systems (for example Fedora Core 4) U-Boot builds with the
following wanrings only:

...
In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
from fdt.c:51:
/usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!

This patch fixes this problem.

Signed-off-by: Wolfgang Denk <wd@denx.de>