meta-digi-arm: uboot: Add kernel parameter to center custom logo

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2020-05-26 15:26:54 +02:00
parent bc7320f203
commit 31fb64b494
1 changed files with 1 additions and 0 deletions

View File

@ -64,4 +64,5 @@ else
# We are booting from the SD card. # We are booting from the SD card.
setenv mmcroot /dev/mmcblk${mmcbootdev}p2 setenv mmcroot /dev/mmcblk${mmcbootdev}p2
fi fi
setenv extra_bootargs fbcon=logo-pos:center ${extra_bootargs}
dboot linux mmc ${mmcbootdev}:${mmcpart} dboot linux mmc ${mmcbootdev}:${mmcpart}