Skip to content
Snippets Groups Projects
Commit 645f75f6 authored by Tom Rini's avatar Tom Rini
Browse files

test/py: Make the number of SPL banners seen a variable


Currently we have the option to tell the console code that we should
ignore the SPL banner. We also have an option to say that we can see it
a second time, and ignore it. However, some platforms such as TI AM64x
will have us see the SPL banner three times. Rather than add an
"spl3_skipped" option, rework the code. By default we expect to see the
banner once, but boards can specify seeing it as many times as they
expect to.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 48022fb4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment