drivers: edac: CONFIG_LOG_MINIMAL -> CONFIG_LOG_MODE_MINIMAL
CONFIG_LOG_MINIMAL is promptless, use CONFIG_LOG_MODE_MINIMAL. Fixes build failure in test. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f71cd2aaf5
commit
0426a5a682
|
@ -6,4 +6,4 @@ CONFIG_MAIN_STACK_SIZE=2048
|
|||
CONFIG_ZTEST_STACKSIZE=2048
|
||||
|
||||
# CONFIG_NO_OPTIMIZATIONS=y
|
||||
# CONFIG_LOG_MINIMAL=n
|
||||
# CONFIG_LOG_MODE_MINIMAL=n
|
||||
|
|
|
@ -10,4 +10,4 @@ tests:
|
|||
edac.ibecc.debug:
|
||||
extra_configs:
|
||||
- CONFIG_EDAC_ERROR_INJECT=y
|
||||
- CONFIG_LOG_MINIMAL=n
|
||||
- CONFIG_LOG_MODE_MINIMAL=n
|
||||
|
|
Loading…
Reference in a new issue