]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/image.h
Merge branch 'master' into next
[people/ms/u-boot.git] / include / image.h
index cc38eae39a4c280adf17eca9c9907515e3390900..d2e78fe298376aa17b442d7891ac990ab3c35cb4 100644 (file)
@@ -220,12 +220,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 */