diff options
Diffstat (limited to 'templates/machine/raspberrypi3/50_local.conf.inc')
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index b09eea13d..8a0a34376 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -35,7 +35,7 @@ PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" # For libomxil #LICENSE_FLAGS_WHITELIST = "commercial" -IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware " +IMAGE_INSTALL_append = " kernel-modules linux-firmware " # Psplash causes crash on first boot on RPi IMAGE_FEATURES_remove = "splash" |