blob: c33253bdad871d85ed5b20ecb1d00278359d91f3 [file] [log] [blame]
Quentin Schulzc925be72023-01-09 11:36:45 +01001if TARGET_RINGNECK_PX30
2
3config SYS_BOARD
4 default "ringneck_px30"
5
6config SYS_VENDOR
7 default "theobroma-systems"
8
9config SYS_CONFIG_NAME
10 default "ringneck_px30"
11
12config BOARD_SPECIFIC_OPTIONS # dummy
13 def_bool y
Quentin Schulzc3328c32023-03-01 18:31:15 +010014 select ENV_IS_NOWHERE
Quentin Schulzc925be72023-01-09 11:36:45 +010015
16config ENV_SIZE
17 default 0x3000
18
19endif