From 0c7e93f974d3205f90478793628789b7a9184d6c Mon Sep 17 00:00:00 2001 From: Shelley Chen Date: Wed, 17 Jan 2024 14:02:12 -0800 Subject: mb/google/brox: Fix user facing camera acronym I got confused and used UFS (User Facing Side) for the User Facing Camera (UFC) in the FW_CONFIGs. Change references of the camera from UFS --> UFC. BUG=b:300690448 BRANCH=None TEST=None. The camera has not been enabled yet. Change-Id: I4f8240ae51aad1e077f325a9eab5a2a92f1402cb Signed-off-by: Shelley Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/79997 Reviewed-by: Nick Vaccaro Tested-by: build bot (Jenkins) --- src/mainboard/google/brox/variants/brox/overridetree.cb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb index 0086099a41..1962279c8c 100644 --- a/src/mainboard/google/brox/variants/brox/overridetree.cb +++ b/src/mainboard/google/brox/variants/brox/overridetree.cb @@ -17,9 +17,9 @@ fw_config option AUDIO_UNKNOWN 0 option AUDIO_REALTEK_ALC256 1 end - field UFS_CAMERA 8 9 - option UFS_CAMERA_NONE 0 - option UFS_CAMERA_OV2740 1 + field UFC 8 9 + option UFC_NONE 0 + option UFC_OV2740 1 end end -- cgit v1.2.3