diff options
Diffstat (limited to 'lib_nios/bootm.c')
| -rw-r--r-- | lib_nios/bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib_nios/bootm.c b/lib_nios/bootm.c index 55f7e3adc..92a58f2b7 100644 --- a/lib_nios/bootm.c +++ b/lib_nios/bootm.c @@ -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)  {  } |