diff mbox series

[4/4] configs: add linux boot logo to raspberrypi3 defconfig

Message ID 1505819034-29610-5-git-send-email-angelo.compagnucci@gmail.com
State Changes Requested
Headers show
Series Add custom linux logo | expand

Commit Message

Angelo Compagnucci Sept. 19, 2017, 11:03 a.m. UTC
This patch adds a custom boot up logo to the raspberrypi3
defconfig.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 configs/raspberrypi3_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bryce Ferguson Feb. 6, 2018, 2:49 p.m. UTC | #1
Hello Angelo / All,

> +BR2_LINUX_KERNEL_CUSTOMLOGO=y
> +BR2_LINUX_KERNEL_CUSTOMLOGO_PATH="docs/images/logo_linux_clut224.ppm"

Others may disagree, but I'm not sure if we really want the logo by
default on the pi3.
diff mbox series

Patch

diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig
index fd35c53..44b86d1 100644
--- a/configs/raspberrypi3_defconfig
+++ b/configs/raspberrypi3_defconfig
@@ -14,6 +14,8 @@  BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="9126e25b0934bd7bd843763310ea4b34c6e139d0"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
+BR2_LINUX_KERNEL_CUSTOMLOGO=y
+BR2_LINUX_KERNEL_CUSTOMLOGO_PATH="docs/images/logo_linux_clut224.ppm"
 
 # Build the DTB from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y