From aecc535d1a9063c42c07c0024c4d90a4da0ff82b Mon Sep 17 00:00:00 2001 From: Vyacheslav Bocharov Date: Fri, 19 Aug 2022 17:14:55 +0300 Subject: [PATCH] Fix typo in boot-jethub.cmd --- config/bootscripts/boot-jethub.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bootscripts/boot-jethub.cmd b/config/bootscripts/boot-jethub.cmd index bf51d7f7db..4d96ed2567 100644 --- a/config/bootscripts/boot-jethub.cmd +++ b/config/bootscripts/boot-jethub.cmd @@ -54,12 +54,12 @@ if test "$board" = "jethub-j100"; then if test "$perev" = "02"; then # D1P + RTL8822CS echo "Applying DT kernel file for JetHub D1/P RTL8822CS device" - setenv fdtfile "amlogic/meson-axg-jethome-jethub-j110-rev-2.dts" + setenv fdtfile "amlogic/meson-axg-jethome-jethub-j110-rev-2.dtb" fi; if test "$perev" = "03"; then # D1P + W155S1 echo "Applying DT kernel file for JetHub D1/P W155S1 device" - setenv fdtfile "amlogic/meson-axg-jethome-jethub-j110-rev-3.dts" + setenv fdtfile "amlogic/meson-axg-jethome-jethub-j110-rev-3.dtb" fi; fi;