From: Marian Balakowicz <[EMAIL PROTECTED]>

verify, autostart and lmb fields are used regardless of CONFIG_FIT
setting, move their definitions to common section.

Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>
---

 include/image.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/image.h b/include/image.h
index 0109560..fbd8c30 100644
--- a/include/image.h
+++ b/include/image.h
@@ -221,10 +221,11 @@ typedef struct bootm_headers {
        const char      *fit_uname_fdt; /* FDT blob subimage node unit name */
        int             fit_noffset_fdt;/* FDT blob subimage node offset */
 #endif
+#endif
+
        int             verify;         /* getenv("verify")[0] != 'n' */
        int             autostart;      /* getenv("autostart")[0] != 'n' */
        struct lmb      *lmb;           /* for memory mgmt */
-#endif
 } bootm_headers_t;
 
 /*


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to