summaryrefslogtreecommitdiff
path: root/board/freescale/mx6slevk/Kconfig
blob: da156dccad723879d49289d48d44d3e3b0c6742f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if TARGET_MX6SLEVK

config SYS_BOARD
	default "mx6slevk"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "mx6slevk"

config IMX_CONFIG
	default "board/freescale/mx6slevk/imximage.cfg"

config SYS_TEXT_BASE
	default 0x87800000
endif