Nick Vaccaro has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79997?usp=email )
Change subject: mb/google/brox: Fix user facing camera acronym ......................................................................
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 --- M src/mainboard/google/brox/variants/brox/overridetree.cb 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Nick Vaccaro: Looks good to me, approved
diff --git a/src/mainboard/google/brox/variants/brox/overridetree.cb b/src/mainboard/google/brox/variants/brox/overridetree.cb index 0086099..1962279 100644 --- a/src/mainboard/google/brox/variants/brox/overridetree.cb +++ b/src/mainboard/google/brox/variants/brox/overridetree.cb @@ -17,9 +17,9 @@ 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