summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2013-01-16 13:59:04 +0000
committerGerald Van Baren <gvb@unssw.com>2013-02-07 20:38:55 -0500
commit12e06fe03fdcd9cb9e9805ff78d1027377a1416d (patch)
treea383e2e08aa9aab0f39ac23a88b5f2a81561a043 /arch/x86
parent6487d88aaa034e78e9882f7856ba670a8de88b41 (diff)
downloadtalos-obmc-uboot-12e06fe03fdcd9cb9e9805ff78d1027377a1416d.tar.gz
talos-obmc-uboot-12e06fe03fdcd9cb9e9805ff78d1027377a1416d.zip
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>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/arch-coreboot/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-coreboot/sysinfo.h b/arch/x86/include/asm/arch-coreboot/sysinfo.h
index 77ae304969..bd88eb588f 100644
--- a/arch/x86/include/asm/arch-coreboot/sysinfo.h
+++ b/arch/x86/include/asm/arch-coreboot/sysinfo.h
@@ -32,6 +32,7 @@
#include <common.h>
#include <compiler.h>
+#include <libfdt_env.h>
#include <fdt.h>
#include <asm/arch/tables.h>
OpenPOWER on IntegriCloud