diff mbox series

[1/2] Revert "Initrd modules: fbdev/hdmi out support for psplash"

Message ID 1564500568-31631-2-git-send-email-paolo.pisati@canonical.com
State New
Headers show
Series [1/2] Revert "Initrd modules: fbdev/hdmi out support for psplash" | expand

Commit Message

Paolo Pisati July 30, 2019, 3:29 p.m. UTC
BugLink: https://launchpad.net/bugs/1838429

This reverts commit edd1f8914fded36d4739fd24cdbdd05c5cf37611.

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 Makefile | 24 ------------------------
 1 file changed, 24 deletions(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index b2c5ea5..c468f2d 100644
--- a/Makefile
+++ b/Makefile
@@ -61,26 +61,6 @@  Pin-Priority: 700
 endef
 export APTPREF
 
-define RASPIFBKMODS
-sysimgblt
-sysfillrect
-syscopyarea
-fb_sys_fops
-drm
-drm_kms_helper
-vc4
-cec
-snd
-snd_soc_core
-snd_compress
-ac97_bus
-snd_pcm_dmaengine
-snd_pcm
-snd_timer
-snd_bcm2835
-endef
-export RASPIFBKMODS
-
 versioncheck: KIMGDEB = $(shell chroot chroot apt-cache depends $(KERNELDEB) | awk '/$(KERNELPRE)/ {print $$2}')
 install : KVERS = $(shell ls -1 chroot/boot/vmlinuz-*| tail -1 |sed 's/^.*vmlinuz-//;s/.efi.signed$$//')
 
@@ -119,10 +99,6 @@  all:
 	echo "COMPRESS=lzma" >chroot/etc/initramfs-tools/conf.d/ubuntu-core.conf
 	# LP1794279: vc4-kms-v3d and hardware accelerated framebuffer support
 	echo "i2c-bcm2708" > chroot/etc/initramfs-tools/modules
-	# LP1837209: fbdev / hdmi out support for psplash
-	if [ "$(KERNEL)" = "linux-image-raspi2" ]; then \
-		echo "$${RASPIFBKMODS}" >> chroot/etc/initramfs-tools/modules; \
-	fi
 	if [ "$(DPKG_ARCH)" = "amd64" ]; then \
 	  echo "nvme" >> chroot/etc/initramfs-tools/modules; \
 	  echo "usbhid" >> chroot/etc/initramfs-tools/modules; \