|
@@ -221,10 +221,11 @@ typedef struct bootm_headers {
|
|
const char *fit_uname_fdt; /* FDT blob subimage node unit name */
|
|
const char *fit_uname_fdt; /* FDT blob subimage node unit name */
|
|
int fit_noffset_fdt;/* FDT blob subimage node offset */
|
|
int fit_noffset_fdt;/* FDT blob subimage node offset */
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
+
|
|
int verify; /* getenv("verify")[0] != 'n' */
|
|
int verify; /* getenv("verify")[0] != 'n' */
|
|
int autostart; /* getenv("autostart")[0] != 'n' */
|
|
int autostart; /* getenv("autostart")[0] != 'n' */
|
|
struct lmb *lmb; /* for memory mgmt */
|
|
struct lmb *lmb; /* for memory mgmt */
|
|
-#endif
|
|
|
|
} bootm_headers_t;
|
|
} bootm_headers_t;
|
|
|
|
|
|
/*
|
|
/*
|