mirror of https://github.com/parazyd/arm-sdk.git
arm64: pinephone: rotate fbcon
This commit is contained in:
parent
293a1e5bca
commit
f3f48d0a08
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue