From 540f1082d82984e77e0fb73036cb148e3cf97d78 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Fri, 3 Jul 2020 20:25:56 +0700 Subject: [PATCH] uboot: Reorder cmdline variables Temp fix --- features.in/uboot/image-scripts.d/00-uboot-prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/uboot/image-scripts.d/00-uboot-prepare b/features.in/uboot/image-scripts.d/00-uboot-prepare index ed52d33e..d1ec0e62 100755 --- a/features.in/uboot/image-scripts.d/00-uboot-prepare +++ b/features.in/uboot/image-scripts.d/00-uboot-prepare @@ -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