]> git.baikalelectronics.ru Git - uboot.git/commit
bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:00:49 +0000 (06:00 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Mar 2021 02:17:25 +0000 (19:17 -0700)
commitd083742bb373d73bbd217c4e742daa3f4862b56f
tree27e7f13b5ce073ef18f8647ec32083c307190623
parente1dab692b34b170628aa816ddbb8f93bc97b7da4
bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT

At present these three Kconfigs exist even when bootstage is not enabled.
This is not necessary since bootstage.c is only built if BOOTSTAGE is
enabled.

Make them conditional. Also fix up the overflow message to mention TPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/Kconfig.boot
common/bootstage.c