uboot: Reorder cmdline variables

Temp fix
This commit is contained in:
Anton Midyukov 2020-07-03 20:25:56 +07:00
parent 8728b4669c
commit 540f1082d8

View File

@ -17,5 +17,5 @@ label linux
kernel /boot/vmlinuz
initrd /boot/initrd.img
fdtdir /boot/dtb
append root=LABEL=ROOT ro $TTY $GLOBAL_BASE_BOOTARGS
append root=LABEL=ROOT ro $GLOBAL_BASE_BOOTARGS $TTY
EOF