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>
This commit is contained in:
parent
8b4677fbbf
commit
0c7e93f974
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue