POST: preparations for moving CONFIG_POST to Makefiles
Remove CONFIG_POST ifdefs from the post/ source files. Signed-off-by: Yuri Tikhonov <yur@emcraft.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
committed by
Wolfgang Denk
parent
3a5d1e7f13
commit
0a51e9248e
@@ -30,8 +30,6 @@
|
||||
#include <logbuff.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_POST
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
#define POST_MAX_NUMBER 32
|
||||
@@ -442,5 +440,3 @@ unsigned long post_time_ms (unsigned long base)
|
||||
return 0; /* Not implemented yet */
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif /* CONFIG_POST */
|
||||
|
||||
Reference in New Issue
Block a user