Re: [U-Boot] [PATCH] test: bootcount: add bootcount-uclass test

2019-01-04 Thread Simon Glass
On Fri, 14 Dec 2018 at 13:14, Philipp Tomsich wrote: > > 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 > --- > > arch/sandbox/dts/test.dts | 6 ++ > configs/sandbox_defc

[U-Boot] [PATCH] test: bootcount: add bootcount-uclass test

2018-12-14 Thread Philipp Tomsich
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 --- arch/sandbox/dts/test.dts | 6 ++ configs/sandbox_defconfig | 11 +++ test/dm/Makefile | 1 + test/dm/boot