commit | c21b15ace15c96068a56a84c4b9fe9dbcb605a35 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Tue Apr 11 15:35:09 2023 +0800 |
committer | David Hu <david.hu@arm.com> | Wed Apr 12 06:54:46 2023 +0200 |
tree | 81af7bce73af2dbc59ba9078fd578037253ce0b2 | |
parent | fb982f77ed4ed285173bd988d124a93526b43adf [diff] |
Kconfig: Override log level choice instead To override log levels in different build types, the "choice" of log levels should be overridden instead. The current approad does not affect the functionalities as the xxx_LOG_LEVEL have the correct value. But the values of choice options are not correct in the final config file. Change-Id: I31d55d8b88a44a65a5338550440860d0606b9823 Signed-off-by: Kevin Peng <kevin.peng@arm.com>