summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorShelley Chen <shchen@google.com>2024-01-17 14:02:12 -0800
committerNick Vaccaro <nvaccaro@google.com>2024-01-18 00:48:47 +0000
commit0c7e93f974d3205f90478793628789b7a9184d6c (patch)
treee4e4e8ba29c9d3590f4ec82e66163fa165ce0968 /src/mainboard/google
parent8b4677fbbf2dd9d748ecba023c4a07afcaa2d7d0 (diff)
downloadcoreboot-0c7e93f974d3205f90478793628789b7a9184d6c.tar.gz
coreboot-0c7e93f974d3205f90478793628789b7a9184d6c.tar.bz2
coreboot-0c7e93f974d3205f90478793628789b7a9184d6c.zip
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 <shchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79997 Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/brox/variants/brox/overridetree.cb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb
index 0086099a41af..1962279c8c3a 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