mb/starlabs/starbook/mtl: Set the VPU default to disabled

Change-Id: I7e1b6c752e440a9fff271a7775f4ffe9879bb8c4
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89518
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2025-10-10 11:31:14 +01:00
commit 88439b4cd3

View file

@ -73,7 +73,7 @@ static const struct sm_object vpu = SM_DECLARE_BOOL({
.opt_name = "vpu",
.ui_name = "VPU",
.ui_helptext = "Enable or disable VPU",
.default_value = true,
.default_value = false,
});
static const struct sm_object webcam = SM_DECLARE_BOOL({