~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: da54d96e40efcc94e26be550817133a808bea772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_MX6Q_ACC

config SYS_VENDOR
	default "bosch"

config SYS_BOARD
	default "acc"

config SYS_CONFIG_NAME
	default "imx6q-bosch-acc"

config SYS_BOOT_EMMC
	bool "Boot from EMMC"
	default y
	help
	  Say N here if you want to boot from SD card or microUSB.
	  Say Y to boot from eMMC.

endif