diff options
-rw-r--r-- | conf/machine/include/rpi-base.inc | 2 |
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}" | |||
102 | BOOTFILES_DIR_NAME ?= "bootfiles" | 102 | BOOTFILES_DIR_NAME ?= "bootfiles" |
103 | 103 | ||
104 | # Set Raspberrypi splash image | 104 | # Set Raspberrypi splash image |
105 | SPLASH = "psplash-raspberrypi" | 105 | SPLASH ?= "psplash-raspberrypi" |
106 | 106 | ||
107 | def make_dtb_boot_files(d): | 107 | def 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 |