mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 23:33:26 +08:00
19 lines
217 B
Plaintext
19 lines
217 B
Plaintext
|
if TARGET_ETHERNUT5
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm926ejs"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ethernut5"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "egnite"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "at91"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ethernut5"
|
||
|
|
||
|
endif
|