commit | 0c23c5b30a87383322cb35fd6986f0a4c1dbd3a0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 10 11:19:34 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 12:27:06 2023 -0500 |
tree | 24c46f494246f4314a36a79f3326a4a7013b5ca8 | |
parent | 42d8308c9a4d4acb9aea738f1402670e96230c5c [diff] |
autoboot: Rework CONFIG_AUTOBOOT_STOP_STR_* usage In order to not define a CONFIG value when the CONFIG_AUTOBOOT_STOP_STR_* functionality is not enabled, rework the assignment of empty and unused (as the code will be discarded under if 0, in the end) values to be AUTOBOOT_STOP_STR_* instead of CONFIG_AUTOBOOT_STOP_STR_*. Signed-off-by: Tom Rini <trini@konsulko.com>