]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_usb.c
ppc4xx: Add AMCC Arches board support (dual 460GT)
[u-boot] / common / cmd_usb.c
index 30caa98ea738020832b78dcdd15c7595e4a03025..99e551f9772cd1d506e8940f2a2a26d61d113ace 100644 (file)
@@ -32,7 +32,7 @@
 #include <usb.h>
 
 #ifdef CONFIG_USB_STORAGE
-static int usb_stor_curr_dev=-1; /* current device */
+static int usb_stor_curr_dev = -1; /* current device */
 #endif
 
 /* some display routines (info command) */
@@ -321,7 +321,7 @@ int do_usbboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
        switch (argc) {
        case 1:
-               addr = CFG_LOAD_ADDR;
+               addr = CONFIG_SYS_LOAD_ADDR;
                boot_device = getenv ("bootdevice");
                break;
        case 2: