summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2008-03-12 10:35:52 +0100
committerMarian Balakowicz <m8@semihalf.com>2008-03-12 10:35:52 +0100
commit1ec73761d2e247078f4520a265d463e8b73391a2 (patch)
treecee437709a2749f2750be296b506f9501e0b6010 /include
parent1d1cb4270edc6a99276834064069717f9782c491 (diff)
downloadtalos-obmc-uboot-1ec73761d2e247078f4520a265d463e8b73391a2.tar.gz
talos-obmc-uboot-1ec73761d2e247078f4520a265d463e8b73391a2.zip
[new uImage] Fix definition of common bootm_headers_t fields
verify, autostart and lmb fields are used regardless of CONFIG_FIT setting, move their definitions to common section. Signed-off-by: Marian Balakowicz <m8@semihalf.com>
Diffstat (limited to 'include')
-rw-r--r--include/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index 01095608a4..fbd8c304e4 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;
/*
OpenPOWER on IntegriCloud