From 5a85901e245aa2605721c7dae645a00156a67dde Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 23 Jan 2017 12:27:53 +0100 Subject: raspberrypi2: Disable psplash to prevent kernel crash System freezes tracing from In bcm2836_arm_irqchip_handle_irq Bug-AGL: SPEC-366 Change-Id: Ifd7e587495950eab22e6b6bb29c093a923fa4161 Signed-off-by: Philippe Coval --- templates/machine/raspberrypi2/50_local.conf.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') 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" -- cgit 1.2.3-korg