diff options
| author | Remy Bohmer <linux@bohmer.net> | 2009-10-29 14:24:22 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-11-24 22:40:20 +0100 | 
| commit | b25e38fc36e13fa8037fa4d37fe909d1d6e6f372 (patch) | |
| tree | 17df280384f3e662eee2c1904cf6988519ca6d15 /include/image.h | |
| parent | 41dfd8a60324243dbe2dc313a607910824a68aa7 (diff) | |
| download | olio-uboot-2014.01-b25e38fc36e13fa8037fa4d37fe909d1d6e6f372.tar.xz olio-uboot-2014.01-b25e38fc36e13fa8037fa4d37fe909d1d6e6f372.zip | |
Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/image.h b/include/image.h index 5a424e6a9..04b62d154 100644 --- a/include/image.h +++ b/include/image.h @@ -219,12 +219,10 @@ typedef struct bootm_headers {  	const char	*fit_uname_rd;	/* init ramdisk subimage node unit name */  	int		fit_noffset_rd;	/* init ramdisk subimage node offset */ -#if defined(CONFIG_PPC)  	void		*fit_hdr_fdt;	/* FDT blob FIT image header */  	const char	*fit_uname_fdt;	/* FDT blob subimage node unit name */  	int		fit_noffset_fdt;/* FDT blob subimage node offset */  #endif -#endif  #ifndef USE_HOSTCC  	image_info_t	os;		/* os image info */ |