"Das U-Boot" Source Tree

board: amlogic: jethubj100: fix common config header

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>

authored by

Viacheslav Bocharov and committed by
Neil Armstrong
8c63d433 cdfcc374

+1 -1
+1 -1
include/configs/jethub.h
··· 11 11 #if defined(CONFIG_MESON_AXG) 12 12 #define BOOTENV_DEV_RESCUE(devtypeu, devtypel, instance) \ 13 13 "bootcmd_rescue=" \ 14 - "if gpio input 10; then " \ 14 + "if gpio input periphs-banks10; then " \ 15 15 "run bootcmd_mmc0; " \ 16 16 "run bootcmd_usb0;" \ 17 17 "fi;\0"