diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/board_f.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/board_f.c b/common/board_f.c index 224fbed92f..ff07886665 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -137,11 +137,6 @@ static int display_text_info(void) text_base, bss_start, bss_end); #endif -#ifdef CONFIG_USE_IRQ - debug("IRQ Stack: %08lx\n", IRQ_STACK_START); - debug("FIQ Stack: %08lx\n", FIQ_STACK_START); -#endif - return 0; } |