* Code cleanup:
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/board/wepep250/flash.c b/board/wepep250/flash.c
index 5c9d346..2a32290 100644
--- a/board/wepep250/flash.c
+++ b/board/wepep250/flash.c
@@ -201,7 +201,7 @@
 		} else {
 			printf ("Erasing sector %2d ... ", sector);
 		}
-	
+
 		address = (FLASH_BUS *) (info->start[sector]);
 
 		*address = FLASH_CMD (CFI_INTEL_CMD_BLOCK_ERASE);