]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: Make the number of SPL banners seen a variable
authorTom Rini <trini@konsulko.com>
Wed, 24 Apr 2024 22:45:37 +0000 (16:45 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 May 2024 17:50:06 +0000 (11:50 -0600)
commit645f75f6884a22905b0e3790ca9254fa1a13216e
tree15a11ac163a8908b6f1cd66ca60fb0399ec2330c
parent48022fb4a51a25f7780e8a5e39e406882e1c9479
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: Tom Rini <trini@konsulko.com>
test/py/u_boot_console_base.py