diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/raspberrypi2/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc index 5b75257f0..dd2b54f29 100644 --- a/templates/machine/raspberrypi2/50_local.conf.inc +++ b/templates/machine/raspberrypi2/50_local.conf.inc @@ -28,3 +28,6 @@ UBOOT_MACHINE_sota = "rpi_3_32b_defconfig" PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" # For libomxil #LICENSE_FLAGS_WHITELIST = "commercial" + +# Psplash causes crash on first boot on RPi +IMAGE_FEATURES_remove = "splash" |