bootstage: Warning if space is exhausted
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:11:16 +0000 (18:11 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:31 +0000 (15:04 +1300)
commiteb26d88d55e6ed92214d98b81457ddcc743347a0
tree897a8fb8e29bfd554e330ab1adfdc38c43f019be
parent05e3a0d64833763990303eaab117d8902c38470f
bootstage: Warning if space is exhausted

At present bootstage silently ignores new records if it runs out of
space. It is sometimes obvious by looking at the report, but the IDs are
not contiguous, so it is easy to miss.

Aad a message so that action can be taken.

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