
22 Oct
2022
22 Oct
'22
3:05 a.m.
On Tue, 18 Oct 2022 at 02:47, Sughosh Ganu sughosh.ganu@linaro.org wrote:
The sandbox64 variant is currently building the sandbox thermal driver but not the corresponding uclass driver. This results in the sandbox64 variant not booting with the test device tree. Enable building the thermal uclass for the sandbox64 variant as well.
Also enable the temperature command to allow the test to be run on the sandbox64 variant.
Signed-off-by: Sughosh Ganu sughosh.ganu@linaro.org
configs/sandbox64_defconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!