diff options
author | Tien Fong Chee <tien.fong.chee@intel.com> | 2019-05-24 20:14:17 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-24 14:29:51 +0200 |
commit | ca9387e8b1e276e17244010620319cc8bbd1c655 (patch) | |
tree | a96c4f39964a09b06705e13b6b09d4e9f1782df2 | |
parent | 476abb72e084c8ebbba206ac1c52c6536a103d4a (diff) | |
download | u-boot-ca9387e8b1e276e17244010620319cc8bbd1c655.zip u-boot-ca9387e8b1e276e17244010620319cc8bbd1c655.tar.gz u-boot-ca9387e8b1e276e17244010620319cc8bbd1c655.tar.bz2 |
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>
-rw-r--r-- | arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi index 0446fd4..60c4192 100644 --- a/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi +++ b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi @@ -16,10 +16,6 @@ #size-cells = <1>; model = "SOCFPGA Arria10 Dev Kit"; /* Bootloader setting: uboot.model */ - chosen { - cff-file = "socfpga.rbf"; /* Bootloader setting: uboot.rbf_filename */ - }; - /* Clock sources */ clocks { #address-cells = <1>; |