diff options
author | Wolfgang Denk | 2006-08-27 18:10:01 +0200 |
---|---|---|
committer | Wolfgang Denk | 2006-08-27 18:10:01 +0200 |
commit | 16850919ff8666f20d047cb83b4ee77581336515 (patch) | |
tree | 7101d27231e24b9b1173fc76b1353beb0a5ffd50 /board/tqm5200/tqm5200.c | |
parent | 3b0ff842bf70baf1f370c8e76e8f33a0f9904c1b (diff) |
Code cleanup
Diffstat (limited to 'board/tqm5200/tqm5200.c')
-rw-r--r-- | board/tqm5200/tqm5200.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c index c8350ab3b5d..2a0d542ef8b 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 */ |