summaryrefslogtreecommitdiff
path: root/board/liebherr/xea/Kconfig
blob: 5428de464688a8123166075bf6c9b59ea97eebc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if TARGET_XEA

config SYS_BOARD
	default "xea"

config SYS_VENDOR
	default "liebherr"

config SYS_SOC
	default "mxs"

config SYS_CONFIG_NAME
	default "xea"

config ENV_SIZE
	default 0x2000

config ENV_SECT_SIZE
	default 0x10000 if ENV_IS_IN_SPI_FLASH

config ENV_OFFSET
	default 0x80000 if ENV_IS_IN_SPI_FLASH

endif