]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit356b3587f1a2184ab3a62d9e81f6a16aa883fdbe
tree897a8fb8e29bfd554e330ab1adfdc38c43f019be
parenta0b0bc39fd007d4a8cbfc26e507ca2027fe81ba6
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