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:
parent
8ffa58723a
commit
88439b4cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue