Odroid XU4 Cloudshell improvement

Reverting tiny change
This commit is contained in:
Igor Pečovnik 2020-07-17 10:51:00 +02:00 committed by GitHub
parent 74231a1b86
commit 8a5a4212f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ setenv verbosity "1"
# To update boot loader on your eMMC use the nand-sata-install tool
# run copy_uboot_sd2emmc
if test "${console}" = "display" || test "${console}" = "both"; then setenv consoleargs "console=null"; fi
if test "${console}" = "display" || test "${console}" = "both"; then setenv consoleargs "console=tty1"; fi
if test "${console}" = "serial" || test "${console}" = "both"; then setenv consoleargs "console=ttySAC2,115200n8 ${consoleargs}"; fi
if test "${bootlogo}" = "true"; then setenv consoleargs "bootsplash.bootfile=bootsplash.armbian ${consoleargs}"; fi