mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 16:39:35 +00:00
c115a0d4e7
Add support for the Altera Arria V development kit. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@opensource.altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Pavel Machek <pavel@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Vince Bridgers <vbridger@opensource.altera.com>
31 lines
387 B
Text
31 lines
387 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
|
|
|
|
if TARGET_SOCFPGA_ARRIA5
|
|
|
|
config SYS_BOARD
|
|
default "socfpga"
|
|
|
|
config SYS_VENDOR
|
|
default "altera"
|
|
|
|
config SYS_SOC
|
|
default "socfpga"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "socfpga_arria5"
|
|
|
|
endif
|