[PATCH] board: amlogic: jethub j100: add rescue boot from microSD

From: Viacheslav Bocharov adeep@lexina.in
The new JetHub D1+ has a microSD slot. Add rescue boot from microSD
Signed-off-by: Viacheslav Bocharov adeep@lexina.in --- include/configs/jethub.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/jethub.h b/include/configs/jethub.h index 35f85095ac..e22db4991d 100644 --- a/include/configs/jethub.h +++ b/include/configs/jethub.h @@ -12,6 +12,7 @@ #define BOOTENV_DEV_RESCUE(devtypeu, devtypel, instance) \ "bootcmd_rescue=" \ "if gpio input 10; then " \ + "run bootcmd_mmc0; " \ "run bootcmd_usb0;" \ "fi;\0" #else

On 22/12/2022 10:33, Vyacheslav Bocharov via groups.io wrote:
From: Viacheslav Bocharov adeep@lexina.in
The new JetHub D1+ has a microSD slot. Add rescue boot from microSD
Signed-off-by: Viacheslav Bocharov adeep@lexina.in
include/configs/jethub.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/jethub.h b/include/configs/jethub.h index 35f85095ac..e22db4991d 100644 --- a/include/configs/jethub.h +++ b/include/configs/jethub.h @@ -12,6 +12,7 @@ #define BOOTENV_DEV_RESCUE(devtypeu, devtypel, instance) \ "bootcmd_rescue=" \ "if gpio input 10; then " \
"run bootcmd_usb0;" \ "fi;\0" #else"run bootcmd_mmc0; " \
Reviewed-by: Neil Armstrong neil.armstrong@linaro.org

Hi,
On Thu, 22 Dec 2022 12:33:58 +0300, Vyacheslav Bocharov wrote:
The new JetHub D1+ has a microSD slot. Add rescue boot from microSD
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-test)
[1/1] board: amlogic: jethub j100: add rescue boot from microSD https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/559871524a5...
participants (2)
-
Neil Armstrong
-
Vyacheslav Bocharov