]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/bootm.c
cmd: Split 'bootz' and 'booti' out from 'bootm'
[karo-tx-uboot.git] / common / bootm.c
index 9ed6428281b35c4c9e60d107e5188db1d982d706..a4d22a6ec4903d9b2bf9c9e8e96b296a28c7f132 100644 (file)
@@ -41,6 +41,8 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
+bootm_headers_t images;                /* pointers to os/initrd/fdt images */
+
 static const void *boot_get_kernel(cmd_tbl_t *cmdtp, int flag, int argc,
                                   char * const argv[], bootm_headers_t *images,
                                   ulong *os_data, ulong *os_len);