summaryrefslogtreecommitdiffstats
path: root/board/tqm5200
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-08-27 18:10:01 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-08-27 18:10:01 +0200
commit16850919ff8666f20d047cb83b4ee77581336515 (patch)
tree7101d27231e24b9b1173fc76b1353beb0a5ffd50 /board/tqm5200
parent3b0ff842bf70baf1f370c8e76e8f33a0f9904c1b (diff)
downloadu-boot-16850919ff8666f20d047cb83b4ee77581336515.tar.gz
u-boot-16850919ff8666f20d047cb83b4ee77581336515.tar.xz
u-boot-16850919ff8666f20d047cb83b4ee77581336515.zip
Code cleanup
Diffstat (limited to 'board/tqm5200')
-rw-r--r--board/tqm5200/tqm5200.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c
index c8350ab3b5..2a0d542ef8 100644
--- a/board/tqm5200/tqm5200.c
+++ b/board/tqm5200/tqm5200.c
@@ -743,7 +743,7 @@ int board_early_init_f (void)
/* Read in TIMER_3 pin status */
timer3_status = *(vu_long *)MPC5XXX_GPT3_STATUS;
-
+
#ifdef FO300_SILENT_CONSOLE_WHEN_S1_CLOSED
/* Force silent console mode if S1 switch
* is in closed position (TIMER_3 pin status is LOW). */
@@ -757,5 +757,5 @@ int board_early_init_f (void)
return 0;
}
-#endif
-#endif
+#endif /* CONFIG_FO300 */
+#endif /* CONFIG_BOARD_EARLY_INIT_F */