mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
16 lines
195 B
Text
16 lines
195 B
Text
|
if TARGET_SOCFPGA_CYCLONE5
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "socfpga"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "altera"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "socfpga"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "socfpga_cyclone5"
|
||
|
|
||
|
endif
|