post: Migrate to Kconfig
We move the existing CONFIG_POST_* functionality over to CFG_POST and then introduce CONFIG_POST to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <asm/io.h>
|
||||
#include <post.h>
|
||||
|
||||
#if CONFIG_POST & CONFIG_SYS_POST_ECC
|
||||
#if CFG_POST & CONFIG_SYS_POST_ECC
|
||||
/*
|
||||
* We use the RAW I/O accessors where possible in order to
|
||||
* achieve performance goal, since the test's execution time
|
||||
|
||||
Reference in New Issue
Block a user