瀏覽代碼

Merge with git://www.denx.de/git/u-boot-testing

Wolfgang Denk 18 年之前
父節點
當前提交
6844535a71
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      common/main.c

+ 5 - 5
common/main.c

@@ -113,7 +113,7 @@ static __inline__ int abortboot(int bootdelay)
 	u_int i;
 	u_int i;
 
 
 #  ifdef CONFIG_AUTOBOOT_PROMPT
 #  ifdef CONFIG_AUTOBOOT_PROMPT
-	printf (CONFIG_AUTOBOOT_PROMPT, bootdelay);
+	printf(CONFIG_AUTOBOOT_PROMPT, bootdelay);
 #  endif
 #  endif
 
 
 #  ifdef CONFIG_AUTOBOOT_DELAY_STR
 #  ifdef CONFIG_AUTOBOOT_DELAY_STR
@@ -187,7 +187,7 @@ static __inline__ int abortboot(int bootdelay)
 	}
 	}
 #  if DEBUG_BOOTKEYS
 #  if DEBUG_BOOTKEYS
 	if (!abort)
 	if (!abort)
-		puts ("key timeout\n");
+		puts("key timeout\n");
 #  endif
 #  endif
 
 
 #ifdef CONFIG_SILENT_CONSOLE
 #ifdef CONFIG_SILENT_CONSOLE
@@ -244,13 +244,13 @@ static __inline__ int abortboot(int bootdelay)
 # endif
 # endif
 				break;
 				break;
 			}
 			}
-			udelay (10000);
+			udelay(10000);
 		}
 		}
 
 
-		printf ("\b\b\b%2d ", bootdelay);
+		printf("\b\b\b%2d ", bootdelay);
 	}
 	}
 
 
-	putc ('\n');
+	putc('\n');
 
 
 #ifdef CONFIG_SILENT_CONSOLE
 #ifdef CONFIG_SILENT_CONSOLE
 	if (abort)
 	if (abort)