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

https://jira.digi.com/browse/DUB-948

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2020-06-03 16:25:19 +02:00
parent a52c5d4ac2
commit 616e2059d3
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

@ -26,4 +26,5 @@ if test "${mtdbootpart}" = "recovery"; then
else
true
fi
setenv extra_bootargs fbcon=logo-pos:center ${extra_bootargs}
dboot linux nand ${mtdbootpart}

View File

@ -26,4 +26,5 @@ if test "${mtdbootpart}" = "recovery"; then
else
true
fi
setenv extra_bootargs fbcon=logo-pos:center ${extra_bootargs}
dboot linux nand ${mtdbootpart}

View File

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