boot: let BOOTSTAGE_RECORD_COUNT default to 50
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Apr 2025 07:34:05 +0000 (09:34 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 1 May 2025 07:24:56 +0000 (09:24 +0200)
commitc0546426724099d94a497ea11ad79862daf37767
tree92974748fcb42ef99e1363fbe1a9f4615ee0b36a
parentac3b51ef727b052fce3b36e9a8b9b5984fd454c6
boot: let BOOTSTAGE_RECORD_COUNT default to 50

BOOTSTAGE_RECORD_COUNT=30 is too small to record booting a FIT image
with EFI kernel, initrd, dtb as seen on the StarFive VisionFive 2
board.

Increase the default for BOOTSTAGE_RECORD_COUNT to 50.

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
boot/Kconfig