]> git.sur5r.net Git - u-boot/blobdiff - common/spl/spl_usb.c
Merge git://git.denx.de/u-boot-i2c
[u-boot] / common / spl / spl_usb.c
index 53a9043795f4288f30ff013c17a03db54850cf96..c81672b7981ebd2f17deb446403f110a55364f6d 100644 (file)
@@ -49,7 +49,7 @@ void spl_usb_load_image(void)
 #endif
                err = spl_load_image_fat(stor_dev,
                                CONFIG_SYS_USB_FAT_BOOT_PARTITION,
-                               CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME);
+                               CONFIG_SPL_FS_LOAD_PAYLOAD_NAME);
 
                if (err) {
                        puts("Error loading USB device\n");