new-image: Fix host tool build breakage
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
This commit is contained in:
		
							parent
							
								
									234ea73c66
								
							
						
					
					
						commit
						87c8431fe2
					
				|  | @ -3,6 +3,10 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef __ASSEMBLY__ | #ifndef __ASSEMBLY__ | ||||||
| 
 | 
 | ||||||
|  | #ifdef USE_HOSTCC | ||||||
|  | #include <stdint.h> | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
| struct fdt_header { | struct fdt_header { | ||||||
| 	uint32_t magic;			 /* magic word FDT_MAGIC */ | 	uint32_t magic;			 /* magic word FDT_MAGIC */ | ||||||
| 	uint32_t totalsize;		 /* total size of DT block */ | 	uint32_t totalsize;		 /* total size of DT block */ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue