summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 572fe22..77cada7 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -102,7 +102,7 @@ SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}"
102BOOTFILES_DIR_NAME ?= "bootfiles" 102BOOTFILES_DIR_NAME ?= "bootfiles"
103 103
104# Set Raspberrypi splash image 104# Set Raspberrypi splash image
105SPLASH = "psplash-raspberrypi" 105SPLASH ?= "psplash-raspberrypi"
106 106
107def make_dtb_boot_files(d): 107def make_dtb_boot_files(d):
108 # Generate IMAGE_BOOT_FILES entries for device tree files listed in 108 # Generate IMAGE_BOOT_FILES entries for device tree files listed in