]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/wepep250/flash.c
* Code cleanup:
[people/ms/u-boot.git] / board / wepep250 / flash.c
index 5c9d346da039cf053601225530af79e887835930..2a322903d5f9427d4797b7de8a64b277f522f95c 100644 (file)
@@ -201,7 +201,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last)
                } else {
                        printf ("Erasing sector %2d ... ", sector);
                }
-       
+
                address = (FLASH_BUS *) (info->start[sector]);
 
                *address = FLASH_CMD (CFI_INTEL_CMD_BLOCK_ERASE);