diff options
Diffstat (limited to 'post/board/lwmon5/dspic.c')
| -rw-r--r-- | post/board/lwmon5/dspic.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/post/board/lwmon5/dspic.c b/post/board/lwmon5/dspic.c index f1c9c153f..eb1c31ce3 100644 --- a/post/board/lwmon5/dspic.c +++ b/post/board/lwmon5/dspic.c @@ -24,8 +24,6 @@  #include <common.h> -#ifdef CONFIG_POST -  /* There are two tests for dsPIC currently implemented:   * 1. dsPIC ready test. Done in board_early_init_f(). Only result verified here.   * 2. dsPIC POST result test.  This test gets dsPIC POST codes and version. @@ -105,5 +103,3 @@ int dspic_post_test(int flags)  }  #endif /* CONFIG_POST & CFG_POST_BSPEC2 */ -#endif /* CONFIG_POST */ - |