mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 23:23:30 +08:00
16 lines
185 B
Plaintext
16 lines
185 B
Plaintext
|
if TARGET_DEVKIT3250
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "devkit3250"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "timll"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "lpc32xx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "devkit3250"
|
||
|
|
||
|
endif
|