summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorViacheslav Bocharov <[email protected]>2022-12-22 12:33:58 +0300
committerNeil Armstrong <[email protected]>2023-01-10 15:25:39 +0100
commit559871524a5012fcf1e3c8449322b22d07e4a7a2 (patch)
tree0d1f089ae6b844243fd502cf632f0fbbc0c14039 /include
parent7b84c973b96775576dcff228d865e8570be26c82 (diff)
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 <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/jethub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/jethub.h b/include/configs/jethub.h
index 35f85095aca..e22db4991de 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