]> git.sur5r.net Git - u-boot/blobdiff - drivers/cfi_flash.c
* Code cleanup
[u-boot] / drivers / cfi_flash.c
index b79cf59344c8d2935a252064f6d17042d4e471c2..e89f975ce6681dc7ac63c1fecf60a4c907ac2456 100644 (file)
@@ -462,7 +462,7 @@ void flash_print_info (flash_info_t * info)
                if ((i % 5) == 0)
                        printf ("\n   ");
                printf (" %08lX%s",
-                       info->start[i], info->protect[i] ? " (RO)" : "     ");
+                       info->start[i], info->protect[i] ? " (RO)" : "     ");
 #endif
        }
        putc ('\n');