summaryrefslogtreecommitdiff
path: root/extlinux.conf
diff options
context:
space:
mode:
authorDan Johansen <strit@manjaro.org>2020-03-31 11:33:52 +0200
committerDan Johansen <strit@manjaro.org>2020-03-31 11:33:52 +0200
commitb3ba8331d7a741eee5b34324b1b3a800946d1dbf (patch)
tree3efeb5382209478895bb02ca524f1610627528d8 /extlinux.conf
parentafc63120509619422b86df3d61536be7245e28f8 (diff)
downloaduboot-pinebook-b3ba8331d7a741eee5b34324b1b3a800946d1dbf.tar.gz
uboot-pinebook-b3ba8331d7a741eee5b34324b1b3a800946d1dbf.tar.bz2
uboot-pinebook-b3ba8331d7a741eee5b34324b1b3a800946d1dbf.zip
fix UART in extlinux
Diffstat (limited to 'extlinux.conf')
-rw-r--r--extlinux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/extlinux.conf b/extlinux.conf
index 32757f4..ac76893 100644
--- a/extlinux.conf
+++ b/extlinux.conf
@@ -1,4 +1,4 @@
LABEL Manjaro ARM
-KERNEL ../Image
-FDT ../dtbs/allwinner/sun50i-a64-pinebook.dtb
-APPEND initrd=../initramfs-linux.img console=tty1 root=LABEL=ROOT rw rootwait bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash
+KERNEL /Image
+FDT /dtbs/allwinner/sun50i-a64-pinebook.dtb
+APPEND initrd=/initramfs-linux.img console=tty1 console=ttyS0,115200 root=LABEL=ROOT rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash