mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix typo in boot-jethub.cmd
This commit is contained in:
@@ -54,12 +54,12 @@ if test "$board" = "jethub-j100"; then
|
|||||||
if test "$perev" = "02"; then
|
if test "$perev" = "02"; then
|
||||||
# D1P + RTL8822CS
|
# D1P + RTL8822CS
|
||||||
echo "Applying DT kernel file for JetHub D1/P RTL8822CS device"
|
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;
|
fi;
|
||||||
if test "$perev" = "03"; then
|
if test "$perev" = "03"; then
|
||||||
# D1P + W155S1
|
# D1P + W155S1
|
||||||
echo "Applying DT kernel file for JetHub D1/P W155S1 device"
|
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;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user