]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_blackfin/tests.c
eSPI: add the eSPI register support
[karo-tx-uboot.git] / lib_blackfin / tests.c
index c2319ecb7b88e64b70928051cc4df0836596ce1d..bf7fba00c1188882edaee768b394ae2a6eb973e8 100644 (file)
@@ -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 */