[PATCH 1/1] boot: let BOOTSTAGE_RECORD_COUNT default to 50
Simon Glass
sjg at chromium.org
Wed Apr 30 15:54:38 CEST 2025
On Wed, 30 Apr 2025 at 02:32, Heinrich Schuchardt
<heinrich.schuchardt at 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.schuchardt at canonical.com>
> > ---
> > boot/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
Reviewed-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list