Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
[platform/kernel/u-boot.git] / lib_blackfin / blackfin_board.h
index 35a513f..31c16a2 100644 (file)
@@ -38,7 +38,7 @@ extern ulong uboot_end;
 ulong monitor_flash_len;
 
 
-#define VERSION_STRING_SIZE  150 /* including 40 bytes buffer to change any string */ 
+#define VERSION_STRING_SIZE  150 /* including 40 bytes buffer to change any string */
 #define VERSION_STRING_FORMAT "%s (%s - %s)\n"
 #define VERSION_STRING         U_BOOT_VERSION, __DATE__, __TIME__