[U-Boot] [PATCH v2 2/4] dtc/fdtdump: include libfdt_env.h prior to fdt.h

Kim Phillips kim.phillips at freescale.com
Thu Nov 15 01:59:57 CET 2012


in order to get the upcoming fdt type definitions.

Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
Acked-by: David Gibson <david at gibson.dropbear.id.au>
---
v2: added David's Acked-by.

 fdtdump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fdtdump.c b/fdtdump.c
index 207a46d..8a7ae72 100644
--- a/fdtdump.c
+++ b/fdtdump.c
@@ -8,8 +8,8 @@
 #include <string.h>
 #include <ctype.h>
 
-#include <fdt.h>
 #include <libfdt_env.h>
+#include <fdt.h>
 
 #include "util.h"
 
-- 
1.8.0




More information about the U-Boot mailing list