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:
Anas Nashif 2021-01-26 07:59:24 -05:00
parent f71cd2aaf5
commit 0426a5a682
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -10,4 +10,4 @@ tests:
edac.ibecc.debug:
extra_configs:
- CONFIG_EDAC_ERROR_INJECT=y
- CONFIG_LOG_MINIMAL=n
- CONFIG_LOG_MODE_MINIMAL=n