[new uImage] Add dual format uImage support framework
[oweals/u-boot.git] / lib_nios / bootm.c
index 55f7e3adc14b7998a48091b08390c0e729929513..92a58f2b7fa7ac0e6fa9992000ada4d87f6ff5e8 100644 (file)
@@ -29,6 +29,6 @@
  *
  */
 void do_bootm_linux(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
-               image__header_t *hdr, int verify)
+               bootm_headers_t *images, int verify)
 {
 }