]> git.baikalelectronics.ru Git - uboot.git/commit
autoboot: Rework CONFIG_AUTOBOOT_STOP_STR_* usage
authorTom Rini <trini@konsulko.com>
Tue, 10 Jan 2023 16:19:34 +0000 (11:19 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2023 17:27:06 +0000 (12:27 -0500)
commitf25e634822dcfaa13850e0265ad96bb25ab72abb
tree24c46f494246f4314a36a79f3326a4a7013b5ca8
parentde87e86dc5d6b96afd50cf99a124e10f4b7689e3
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>
common/autoboot.c