Home
last modified time | relevance | path

Searched hist:c82ce04a3f38bb91465da6b2fd9d8dcb0e81f94b (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.pyc82ce04a3f38bb91465da6b2fd9d8dcb0e81f94b Sat Feb 06 01:04:43 UTC 2016 Stephen Warren <swarren@nvidia.com> test/py: capture the entire U-Boot version at boot

The existing regex simply ensures that the captured version string doesn't
go past the end of a line. We really want to grab as much as possible. Do
this by explicitly including a ) character at the end of the regex to
match the last character of the version test.

Signed-off-by: Stephen Warren <swarren@nvidia.com>