From: Viacheslav Bocharov Date: Tue, 27 Feb 2024 06:54:04 +0000 (+0300) Subject: board: amlogic: jethubj100: fix common config header X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=8c63d433c28e2d1d4100d14bed0d7fcffef36e4e;p=u-boot.git board: amlogic: jethubj100: fix common config header Fix JetHub board sequence to read correct gpio for rescue button Signed-off-by: Viacheslav Bocharov Link: https://lore.kernel.org/r/20240227065551.580199-2-adeep@lexina.in Signed-off-by: Neil Armstrong --- diff --git a/include/configs/jethub.h b/include/configs/jethub.h index e22db4991d..2c44bfc853 100644 --- a/include/configs/jethub.h +++ b/include/configs/jethub.h @@ -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"