blob: 390214c285bb3963728435d67222896268a0485e [file] [log] [blame]
Fabio Estevam40496ac2021-05-28 10:26:57 -03001if TARGET_SMEGW01
2
3config SYS_BOARD
4 default "smegw01"
5
6config SYS_VENDOR
7 default "storopack"
8
9config SYS_CONFIG_NAME
10 default "smegw01"
11
Tom Rini148b8bb2021-08-24 20:41:00 -040012config IMX_CONFIG
13 default "board/storopack/smegw01/imximage.cfg"
14
Eduard Strehlaua1bc4f12023-04-26 13:04:57 -030015config SYS_BOOT_LOCKED
16 bool "Lock boot process to EMMC"
17 default y
18 help
19 Say N here if you want to boot from eMMC and SD.
20 Say Y to boot from eMMC.
21
Fabio Estevam40496ac2021-05-28 10:26:57 -030022endif