diff options
author | Philippe Coval <philippe.coval@osg.samsung.com> | 2017-01-23 12:27:53 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-24 14:43:06 +0000 |
commit | 5a85901e245aa2605721c7dae645a00156a67dde (patch) | |
tree | ae305acb80c7c8f7da54e2a8c07ad003dadbe8f5 /templates/machine | |
parent | 7e4b315333f9d18146e53d9fa63bb07da8aeeacb (diff) |
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 <philippe.coval@osg.samsung.com>
Diffstat (limited to 'templates/machine')
-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" |