summaryrefslogtreecommitdiffstats
path: root/include/fdt.h
diff options
context:
space:
mode:
authorBartlomiej Sieka <tur@semihalf.com>2008-03-27 15:06:40 +0100
committerWolfgang Denk <wd@denx.de>2008-03-27 23:49:12 +0100
commit74d1e66d22dac91388bc538b2fe19f735edc5b82 (patch)
tree96d1ce693dc72c2fbc63da37928afd4761e82fd2 /include/fdt.h
parent87c8431fe24d48121f053fe67cff4ccfe097d4d1 (diff)
downloadblackbird-obmc-uboot-74d1e66d22dac91388bc538b2fe19f735edc5b82.tar.gz
blackbird-obmc-uboot-74d1e66d22dac91388bc538b2fe19f735edc5b82.zip
Fix host tool build breakage, take two
Revert commit 87c8431f and fix build breakage so that the build continues to work on FC systems. Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'include/fdt.h')
-rw-r--r--include/fdt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fdt.h b/include/fdt.h
index 39beada630..48ccfd9100 100644
--- a/include/fdt.h
+++ b/include/fdt.h
@@ -3,10 +3,6 @@
#ifndef __ASSEMBLY__
-#ifdef USE_HOSTCC
-#include <stdint.h>
-#endif
-
struct fdt_header {
uint32_t magic; /* magic word FDT_MAGIC */
uint32_t totalsize; /* total size of DT block */
OpenPOWER on IntegriCloud