blob: da54d96e40efcc94e26be550817133a808bea772 [file] [log] [blame]
Philip Oberfichtner55d15372022-05-19 13:52:48 +02001if TARGET_MX6Q_ACC
2
3config SYS_VENDOR
4 default "bosch"
5
6config SYS_BOARD
7 default "acc"
8
9config SYS_CONFIG_NAME
10 default "imx6q-bosch-acc"
11
12config SYS_BOOT_EMMC
13 bool "Boot from EMMC"
14 default y
15 help
16 Say N here if you want to boot from SD card or microUSB.
17 Say Y to boot from eMMC.
18
19endif