]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: amlogic: jethubj100: fix common config header
authorViacheslav Bocharov <adeep@lexina.in>
Tue, 27 Feb 2024 06:54:04 +0000 (09:54 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 4 Apr 2024 16:48:46 +0000 (18:48 +0200)
Fix JetHub board sequence to read correct gpio for rescue button

Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
Link: https://lore.kernel.org/r/20240227065551.580199-2-adeep@lexina.in
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
include/configs/jethub.h

index e22db4991debeae15692ed0546fee9d0f0cd4642..2c44bfc853ecf44a0b17a820c72f9e6b8f45e7ab 100644 (file)
@@ -11,7 +11,7 @@
 #if defined(CONFIG_MESON_AXG)
 #define BOOTENV_DEV_RESCUE(devtypeu, devtypel, instance) \
        "bootcmd_rescue=" \
-               "if gpio input 10; then " \
+               "if gpio input periphs-banks10; then " \
                "run bootcmd_mmc0; " \
                "run bootcmd_usb0;" \
                "fi;\0"