rpi4: boot: remove deprecated camera dtoverlay 55/308355/1 accepted/tizen/unified/20240322.174355 accepted/tizen/unified/x/20240326.073002
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 22 Mar 2024 01:51:44 +0000 (10:51 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 22 Mar 2024 02:08:54 +0000 (02:08 +0000)
The config.txt command 'camera_auto_detect=1' will select
a connected camera sensor dt overlay. and 'dtoverlay=camera'
is not used. Remove the deprecated camera dt overlay setting.

This will removes below firmware warning during booting:
   Failed to load overlay 'camera'
   brfs: File read: /mfs/sd/overlays/camera.dtbo

Change-Id: I5521343efb46b16fb73caee48e415214e64d33c0
Ref: https://www.raspberrypi.com/documentation/computers/camera_software.html
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
rpi4/boot/config.txt
rpi4/boot/config_64bit.txt

index 515ffc8..9817aea 100644 (file)
@@ -75,7 +75,6 @@ uart_2ndstage=1
 
 # Enable the camera module
 camera_auto_detect=1
-dtoverlay=camera
 
 # Turn off the red camera LED when recording video or taking a still picture
 disable_camera_led=1
index 2065424..aa9f761 100644 (file)
@@ -78,7 +78,6 @@ arm_64bit=1
 
 # Enable the camera module
 camera_auto_detect=1
-dtoverlay=camera
 
 # Turn off the red camera LED when recording video or taking a still picture
 disable_camera_led=1