mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
13 lines
317 B
Text
13 lines
317 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright 2022 Google LLC
|
||
|
*/
|
||
|
#include "socfpga_arria10_chameleonv3_480_2_handoff.h"
|
||
|
#include "socfpga_arria10-handoff.dtsi"
|
||
|
#include "socfpga_arria10_handoff_u-boot.dtsi"
|
||
|
#include "socfpga_arria10_mercury_aa1-u-boot.dtsi"
|
||
|
|
||
|
&fpga_mgr {
|
||
|
altr,bitstream = "fpga-270-2.itb";
|
||
|
};
|