Skip to content
  • Wolfgang Denk's avatar
    FDT: don't use private kernel header files · def0819e
    Wolfgang Denk authored
    
    
    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: default avatarWolfgang Denk <wd@denx.de>
    def0819e