commit | 6f2d59cb7f16bf5bc169c87fe87de402d9fb8bf8 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Dec 14 21:14:29 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 14 17:41:23 2019 -0500 |
tree | c7d8aa9bf4a212aa8bf94803e3ab40268b3a405e | |
parent | d3689267f92c5956e09cc7d1baa4700141662bff [diff] |
test: bootcount: add bootcount-uclass test Add a test for the bootcount uclass, which uses the RTC bootcount backend (i.e. drivers/bootcount/rtc.c is implictly also tested). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>