commit | 1fc5330e76ccfa8a50f3bc6b682c3416b1a4abb4 | [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 | 9bffec6d279c26ac8173c9cb0716bf85eec763fa [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>