summaryrefslogtreecommitdiff
path: root/boot.txt
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-09 01:42:01 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-09 01:42:01 -0800
commitd0bf9958aedb2283167f7b06fba19f054d953833 (patch)
tree42548c7afb8ec1f7e74351750be03972b9f56a43 /boot.txt
parentInitial commit (diff)
downloaduboot-pinebookpro-d0bf9958aedb2283167f7b06fba19f054d953833.tar.xz
Updated to compile from source
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