mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 14:51:35 +00:00
Arm: dts: socfpga: Remove invalid property from chose node
Finding bitstream from cff-file is no longer valid after bitstream is built into FIT image and loaded by generic firmware loader. Remove cff-file as this is legacy implementation from A10 downstream. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
This commit is contained in:
parent
476abb72e0
commit
ca9387e8b1
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
model = "SOCFPGA Arria10 Dev Kit"; /* Bootloader setting: uboot.model */
|
model = "SOCFPGA Arria10 Dev Kit"; /* Bootloader setting: uboot.model */
|
||||||
|
|
||||||
chosen {
|
|
||||||
cff-file = "socfpga.rbf"; /* Bootloader setting: uboot.rbf_filename */
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Clock sources */
|
/* Clock sources */
|
||||||
clocks {
|
clocks {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue