mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
treewide: include libfdt_env.h before fdt.h
and, if including libfdt.h which includes libfdt_env.h in the correct order, don't include fdt.h before libfdt.h. this is needed to get the fdt type definitions set from the project environment before fdt.h uses them. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Cc: Jerry Van Baren <gvb.uboot@gmail.com>
This commit is contained in:
committed by
Gerald Van Baren
parent
6487d88aaa
commit
12e06fe03f
@@ -28,7 +28,6 @@
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/types.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <fdt.h>
|
||||
#include <libfdt.h>
|
||||
#include <fdt_support.h>
|
||||
#include <exports.h>
|
||||
|
Reference in New Issue
Block a user