arm64: pinephone: rotate fbcon

This commit is contained in:
Merlijn Wajer 2019-05-06 02:23:01 +02:00 committed by parazyd
parent 293a1e5bca
commit f3f48d0a08
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ postbuild() {
popd
cat <<EOF | sudo tee "${strapdir}/boot/boot.txt"
setenv bootargs console=tty0 console=${console} root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4
setenv bootargs console=tty0 console=${console} root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4 fbcon=rotate:1
setenv kernel_addr_z 0x44080000
if load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_z} Image.gz; then