From 928f6054555618c9700bc5ebc16b9a661fd3ead7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller=20=28ELSOFT=20AG=29?= Date: Sat, 6 Feb 2016 07:57:25 +0100 Subject: Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Müller --- common/board_f.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/board_f.c') diff --git a/common/board_f.c b/common/board_f.c index c470b5921a..a960144b02 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -162,9 +162,6 @@ static int display_text_info(void) text_base, bss_start, bss_end); #endif -#ifdef CONFIG_MODEM_SUPPORT - debug("Modem Support enabled\n"); -#endif #ifdef CONFIG_USE_IRQ debug("IRQ Stack: %08lx\n", IRQ_STACK_START); debug("FIQ Stack: %08lx\n", FIQ_STACK_START); -- cgit v1.2.1