From 59249af5f8727a13a8aa4fda1109ba3f5e25890a Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Fri, 1 Sep 2017 19:11:47 +0000 Subject: [PATCH] Fix a typo in the hard link creation for a WANDBOARD DTB file. Just like r322666 which introduced this bug, this is a direct commit to stable/10. Approved by: re (kib) --- release/arm/WANDBOARD.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/arm/WANDBOARD.conf b/release/arm/WANDBOARD.conf index 02e408099c74..a73e7d172594 100644 --- a/release/arm/WANDBOARD.conf +++ b/release/arm/WANDBOARD.conf @@ -33,7 +33,7 @@ arm_install_uboot() { ${FATMOUNT}/ubldr.bin chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6dl-wandboard.dtb \ ${UFSMOUNT}/boot/dtb/imx6dl-wandboard-revb1.dtb - chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6q-wandboard.dtb + chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6q-wandboard.dtb \ ${UFSMOUNT}/boot/dtb/imx6q-wandboard-revb1.dtb chroot ${CHROOTDIR} touch ${UFSMOUNT}/firstboot sync