summaryrefslogtreecommitdiff
path: root/board/storopack/smegw01/Kconfig
blob: 390214c285bb3963728435d67222896268a0485e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if TARGET_SMEGW01

config SYS_BOARD
	default "smegw01"

config SYS_VENDOR
	default "storopack"

config SYS_CONFIG_NAME
	default "smegw01"

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