Home
last modified time | relevance | path

Searched refs:pattern_u_boot_spl_signon (Results 1 – 1 of 1) sorted by relevance

/u-boot-v2022.01-rc1/test/py/
A Du_boot_console_base.py19 pattern_u_boot_spl_signon = re.compile('(U-Boot SPL \\d{4}\\.\\d{2}[^\r\n]*\\))') variable
31 ('spl_signon', pattern_u_boot_spl_signon),
361 m = self.p.expect([pattern_u_boot_spl_signon] +

Completed in 4 milliseconds