diff mbox series

[U-Boot] Arm: dts: socfpga: Remove invalid property from chose node

Message ID 20190524121417.35251-1-tien.fong.chee@intel.com
State Accepted, archived
Delegated to: Simon Goldschmidt
Headers show
Series [U-Boot] Arm: dts: socfpga: Remove invalid property from chose node | expand

Commit Message

Chee, Tien Fong May 24, 2019, 12:14 p.m. UTC
From: Tien Fong Chee <tien.fong.chee@intel.com>

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>
---
 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi | 4 ----
 1 file changed, 4 deletions(-)

Comments

Marek Vasut May 24, 2019, 12:20 p.m. UTC | #1
On 5/24/19 2:14 PM, tien.fong.chee@intel.com wrote:
> From: Tien Fong Chee <tien.fong.chee@intel.com>
> 
> 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>
> ---
>  arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi | 4 ----
>  1 file changed, 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 39009654d9..1d09361549 100644
> --- a/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
> +++ b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
> @@ -18,10 +18,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 {
>  		u-boot,dm-pre-reloc;
> 
Applied, thanks
diff mbox series

Patch

diff --git a/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
index 39009654d9..1d09361549 100644
--- a/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
+++ b/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
@@ -18,10 +18,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 {
 		u-boot,dm-pre-reloc;