summaryrefslogtreecommitdiff
path: root/board/storopack/smegw01/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/storopack/smegw01/Kconfig')
-rw-r--r--board/storopack/smegw01/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/storopack/smegw01/Kconfig b/board/storopack/smegw01/Kconfig
index d8f24695d0d..390214c285b 100644
--- a/board/storopack/smegw01/Kconfig
+++ b/board/storopack/smegw01/Kconfig
@@ -12,4 +12,11 @@ config SYS_CONFIG_NAME
config IMX_CONFIG
default "board/storopack/smegw01/imximage.cfg"
+config SYS_BOOT_LOCKED
+ bool "Lock boot process to EMMC"
+ default y
+ help
+ Say N here if you want to boot from eMMC and SD.
+ Say Y to boot from eMMC.
+
endif