On Wed, 30 Apr 2025 at 02:32, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > On 30.04.25 09:34, Heinrich Schuchardt wrote: > > 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. > > > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > > --- > > boot/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >
Reviewed-by: Simon Glass <s...@chromium.org> There is some opportunity to reduce the size of struct bootstage_record on 64-bit machines if you like, but we don't lack for memory these days, only code space. Regards, Simon