From 88439b4cd39fee9b5299b56856d3633b01a7d098 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 10 Oct 2025 11:31:14 +0100 Subject: [PATCH] mb/starlabs/starbook/mtl: Set the VPU default to disabled Change-Id: I7e1b6c752e440a9fff271a7775f4ffe9879bb8c4 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/89518 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/cfr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/starbook/cfr.h b/src/mainboard/starlabs/starbook/cfr.h index ddf1d15e1b..7062fd436e 100644 --- a/src/mainboard/starlabs/starbook/cfr.h +++ b/src/mainboard/starlabs/starbook/cfr.h @@ -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({