mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 19:34:35 +00:00
arm: dts: chameleonv3: Override chameleonv3 bitstream names
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>
This commit is contained in:
parent
0f3c8fe392
commit
1d222089f0
2 changed files with 8 additions and 0 deletions
|
@ -6,3 +6,7 @@
|
||||||
#include "socfpga_arria10-handoff.dtsi"
|
#include "socfpga_arria10-handoff.dtsi"
|
||||||
#include "socfpga_arria10_handoff_u-boot.dtsi"
|
#include "socfpga_arria10_handoff_u-boot.dtsi"
|
||||||
#include "socfpga_arria10_mercury_aa1-u-boot.dtsi"
|
#include "socfpga_arria10_mercury_aa1-u-boot.dtsi"
|
||||||
|
|
||||||
|
&fpga_mgr {
|
||||||
|
altr,bitstream = "fpga-270-3.itb";
|
||||||
|
};
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
#include "socfpga_arria10-handoff.dtsi"
|
#include "socfpga_arria10-handoff.dtsi"
|
||||||
#include "socfpga_arria10_handoff_u-boot.dtsi"
|
#include "socfpga_arria10_handoff_u-boot.dtsi"
|
||||||
#include "socfpga_arria10_mercury_aa1-u-boot.dtsi"
|
#include "socfpga_arria10_mercury_aa1-u-boot.dtsi"
|
||||||
|
|
||||||
|
&fpga_mgr {
|
||||||
|
altr,bitstream = "fpga-480-2.itb";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue