]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
bootm: move lmb into the bootm_headers_t structure
[u-boot] / include / image.h
index 653cbc6ce377853ebbf3aa3cd899fc02814b0ed6..c1acd7b822f636e45ac62d839d9b56e9c78f94f5 100644 (file)
@@ -229,7 +229,9 @@ typedef struct bootm_headers {
        ulong           ft_len;         /* length of flat device tree */
 
        int             verify;         /* getenv("verify")[0] != 'n' */
-       struct lmb      *lmb;           /* for memory mgmt */
+#ifndef USE_HOSTCC
+       struct lmb      lmb;            /* for memory mgmt */
+#endif
 } bootm_headers_t;
 
 /*