diff options
Diffstat (limited to 'lib_blackfin/tests.c')
| -rw-r--r-- | lib_blackfin/tests.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/lib_blackfin/tests.c b/lib_blackfin/tests.c index c2319ecb7..bf7fba00c 100644 --- a/lib_blackfin/tests.c +++ b/lib_blackfin/tests.c @@ -27,7 +27,6 @@  #include <common.h>  #include <config.h> -#ifdef CONFIG_POST  #include <post.h>  #define CONFIG_SYS_POST_FLASH  0x00004000 @@ -249,5 +248,3 @@ struct post_test post_list[] = {  };  unsigned int post_list_size = sizeof(post_list) / sizeof(struct post_test); - -#endif				/* CONFIG_POST */ |