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
@@ -36,8 +36,6 @@
|
||||
* TEST_NUM - number of tests
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_POST
|
||||
|
||||
#include <post.h>
|
||||
#if CONFIG_POST & CFG_POST_UART
|
||||
#if defined(CONFIG_8xx)
|
||||
@@ -556,5 +554,3 @@ int uart_post_test (int flags)
|
||||
}
|
||||
|
||||
#endif /* CONFIG_POST & CFG_POST_UART */
|
||||
|
||||
#endif /* CONFIG_POST */
|
||||
|
||||
Reference in New Issue
Block a user