summaryrefslogtreecommitdiff
path: root/lib_blackfin/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_blackfin/post.c')
-rw-r--r--lib_blackfin/post.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib_blackfin/post.c b/lib_blackfin/post.c
index 4ab9e8bf0..35ccd3cd7 100644
--- a/lib_blackfin/post.c
+++ b/lib_blackfin/post.c
@@ -30,8 +30,6 @@
#include <logbuff.h>
#endif
-#ifdef CONFIG_POST
-
DECLARE_GLOBAL_DATA_PTR;
#define POST_MAX_NUMBER 32
@@ -421,5 +419,3 @@ unsigned long post_time_ms(unsigned long base)
{
return (unsigned long)get_ticks() / (get_tbclk() / CONFIG_SYS_HZ) - base;
}
-
-#endif /* CONFIG_POST */