diff options
| author | Bartlomiej Sieka <tur@semihalf.com> | 2008-03-27 15:06:40 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-03-27 23:49:12 +0100 | 
| commit | 74d1e66d22dac91388bc538b2fe19f735edc5b82 (patch) | |
| tree | 96d1ce693dc72c2fbc63da37928afd4761e82fd2 /include/fdt.h | |
| parent | 87c8431fe24d48121f053fe67cff4ccfe097d4d1 (diff) | |
| download | olio-uboot-2014.01-74d1e66d22dac91388bc538b2fe19f735edc5b82.tar.xz olio-uboot-2014.01-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.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/include/fdt.h b/include/fdt.h index 39beada63..48ccfd910 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 */ |