mirror of
https://xff.cz/git/u-boot/
synced 2026-01-05 06:36:32 +01:00
This patch adds support for Altera StratixV bitstream programming. 2 FPGAs are connected to the SPI busses. This patch uses board specific write code to program the bitstream via SPI direct write mode. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Signed-off-by: Stefan Roese <sr@denx.de>
9 lines
134 B
Makefile
9 lines
134 B
Makefile
#
|
|
# Copyright (C) 2015-2016 Stefan Roese <sr@denx.de>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := theadorable.o
|
|
obj-y += fpga.o
|