From: Viacheslav Bocharov Date: Thu, 22 Dec 2022 09:33:58 +0000 (+0300) Subject: board: amlogic: jethub j100: add rescue boot from microSD X-Git-Tag: v2025.01-rc5-pxa1908~1129^2~13 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=559871524a5012fcf1e3c8449322b22d07e4a7a2;p=u-boot.git board: amlogic: jethub j100: add rescue boot from microSD The new JetHub D1+ has a microSD slot. Add rescue boot from microSD Signed-off-by: Viacheslav Bocharov Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20221222093358.204520-1-adeep@lexina.in Signed-off-by: Neil Armstrong --- 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