]> git.baikalelectronics.ru Git - uboot.git/commit
thermal: sandbox: Enable thermal uclass for sandbox64 variant
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 18 Oct 2022 08:47:25 +0000 (14:17 +0530)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Oct 2022 13:36:33 +0000 (07:36 -0600)
commit258c0eedd2ff77e6c478f564e2e662be7d756a9c
tree02e6c6b2bfdc7f465e5d497490da299d2986d6a2
parenta94211f0295175c1bbfacdb21f276b39046c3290
thermal: sandbox: Enable thermal uclass for sandbox64 variant

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox64_defconfig