mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
1d222089f0
Set the bitstream name per Chameleon variant. This allows the same boot filesystem with all bitstream variants to be used on different boards. Signed-off-by: Paweł Anikiel <pan@semihalf.com> Reviewed-by: Simon Glass <sjg@chromium.org>
12 lines
317 B
Text
12 lines
317 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright 2022 Google LLC
|
|
*/
|
|
#include "socfpga_arria10_chameleonv3_270_3_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-3.itb";
|
|
};
|