mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 01:03:05 +00:00
19 lines
255 B
Text
19 lines
255 B
Text
|
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
|
||
|
|
||
|
config ENV_SIZE
|
||
|
default 0x3000
|
||
|
|
||
|
endif
|