diff options
author | Shelley Chen <shchen@google.com> | 2024-01-17 14:02:12 -0800 |
---|---|---|
committer | Nick Vaccaro <nvaccaro@google.com> | 2024-01-18 00:48:47 +0000 |
commit | 0c7e93f974d3205f90478793628789b7a9184d6c (patch) | |
tree | e4e4e8ba29c9d3590f4ec82e66163fa165ce0968 /src | |
parent | 8b4677fbbf2dd9d748ecba023c4a07afcaa2d7d0 (diff) |
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')
-rw-r--r-- | src/mainboard/google/brox/variants/brox/overridetree.cb | 6 |
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 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 |