diff options
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 c8350ab3b..2a0d542ef 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 */  |