tizen: rpi4: disable obsolete options in config.txt
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 22 Nov 2021 11:24:04 +0000 (12:24 +0100)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 23 Nov 2022 02:23:53 +0000 (11:23 +0900)
Overlays are not supported on Tizen and 'vc4-fkms-v3d' overlay has been
obsoleted long time ago when VC4 DRM gained full support of the RPi4
hardware, so remove it from the default config.txt. Same for
'dtparam=audio=on'.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Iaa4ad049951e1538d818caa144928a08560911bd

rpi4/boot/config.txt
rpi4/boot/config_64bit.txt

index f3af6ea..fc40a90 100644 (file)
@@ -52,22 +52,13 @@ hdmi_force_hotplug=1
 
 # Additional overlays and parameters are documented /boot/overlays/README
 
-# Enable audio (loads snd_bcm2835)
-dtparam=audio=on
-
 [pi4]
-# Enable DRM VC4 V3D driver on top of the dispmanx display stack
-dtoverlay=vc4-fkms-v3d
-max_framebuffers=2
-
 # Disable ID_SC and ID_SD pins to use UART2
 force_eeprom_read=0
 
 kernel=u-boot.bin
 
 [all]
-#dtoverlay=vc4-fkms-v3d
-
 # Enable serial
 enable_uart=1
 uart_2ndstage=1
index 6075f04..15655e5 100644 (file)
@@ -52,22 +52,13 @@ hdmi_force_hotplug=1
 
 # Additional overlays and parameters are documented /boot/overlays/README
 
-# Enable audio (loads snd_bcm2835)
-dtparam=audio=on
-
 [pi4]
-# Enable DRM VC4 V3D driver on top of the dispmanx display stack
-dtoverlay=vc4-fkms-v3d
-max_framebuffers=2
-
 # Disable ID_SC and ID_SD pins to use UART2
 force_eeprom_read=0
 
 kernel=u-boot.bin
 
 [all]
-#dtoverlay=vc4-fkms-v3d
-
 # Enable serial
 enable_uart=1
 uart_2ndstage=1