spl: Convert boot_device into a struct
[oweals/u-boot.git] / common / spl / spl_usb.c
index 04fa66758cbc0255da1fa97632dd655aeb1dd918..f990336a3c4aa78f9f401e702910c4ba8ef9fd20 100644 (file)
@@ -22,7 +22,7 @@ DECLARE_GLOBAL_DATA_PTR;
 static int usb_stor_curr_dev = -1; /* current device */
 #endif
 
-int spl_usb_load_image(void)
+int spl_usb_load_image(struct spl_boot_device *bootdev)
 {
        int err;
        struct blk_desc *stor_dev;