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

config SYS_BOARD
	default "ringneck_px30"

config SYS_VENDOR
	default "theobroma-systems"

config SYS_CONFIG_NAME
	default "ringneck_px30"

config BOARD_SPECIFIC_OPTIONS # dummy
	def_bool y
	select ENV_IS_NOWHERE

config ENV_SIZE
	default 0x3000

endif