diff options
Diffstat (limited to 'cmd/disk.c')
-rw-r--r-- | cmd/disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc, #if defined(CONFIG_IMAGE_FORMAT_LEGACY) image_header_t *hdr; #endif - block_dev_desc_t *dev_desc; + struct blk_desc *dev_desc; #if defined(CONFIG_FIT) const void *fit_hdr = NULL; |