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>
# 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
# 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