From 491fc18ae0cb5680e98e0e23ee1ed762e148d00b Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 25 Mar 2017 09:38:12 +0100 Subject: [PATCH] Forgot to include bootscript changes in previous commit --- config/bootscripts/boot-sunxi.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/bootscripts/boot-sunxi.cmd b/config/bootscripts/boot-sunxi.cmd index d638e4c8e0..9a08f62907 100644 --- a/config/bootscripts/boot-sunxi.cmd +++ b/config/bootscripts/boot-sunxi.cmd @@ -26,6 +26,8 @@ if test -e ${devtype} 0 ${prefix}armbianEnv.txt; then env import -t ${load_addr} ${filesize} fi +if test "${logo}" = "disabled"; then setenv logo "logo.nologo"; fi + if test "${console}" = "display" || test "${console}" = "both"; then setenv consoleargs "console=tty1"; fi if test "${console}" = "serial" || test "${console}" = "both"; then setenv consoleargs "${consoleargs} console=ttyS0,115200"; fi