summaryrefslogtreecommitdiff
path: root/boot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'boot.txt')
-rw-r--r--boot.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.txt b/boot.txt
index 7ce8eff..a10884f 100644
--- a/boot.txt
+++ b/boot.txt
@@ -4,7 +4,8 @@
setenv macaddr da 19 c8 7a 6d f4
part uuid ${devtype} ${devnum}:${bootpart} uuid
-setenv bootargs console=ttyS2,1500000n8 root=PARTUUID=${uuid} rw rootwait append video=eDP-1:1920x1080@60
+setenv bootargs console=ttyS2,1500000 root=PARTUUID=${uuid} rw rootwait
+#setenv bootargs console=ttyS2,1500000 root=PARTUUID=${uuid} rw rootwait bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash
setenv fdtfile rockchip/rk3399-pinebook-pro.dtb
if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/Image; then