diff mbox series

[U-Boot,v1,1/7] riscv: dts: include -u-boot for dtb

Message ID 1579810566-11675-2-git-send-email-sagar.kadam@sifive.com
State Superseded
Delegated to: Andes
Headers show
Series Fix currently available support for flash on HiFive Unleashed | expand

Commit Message

Sagar Shrikant Kadam Jan. 23, 2020, 8:16 p.m. UTC
Include hifive-unleashed-a00-u-boot.dtsi introduced earlier
so that it gets compiled within the dt-blob.

Signed-off-by: Sagar Shrikant Kadam <sagar.kadam@sifive.com>
---
 arch/riscv/dts/hifive-unleashed-a00.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Sagar Shrikant Kadam Jan. 24, 2020, 6:26 a.m. UTC | #1
Hello All,

> -----Original Message-----
> From: Sagar Kadam <sagar.kadam@sifive.com>
> Sent: Friday, January 24, 2020 1:46 AM
> To: u-boot@lists.denx.de
> Cc: Paul Walmsley ( Sifive) <paul.walmsley@sifive.com>;
> anup.patel@wdc.com; ick@andestech.com; atish.patra@wdc.com;
> jagan@amarulasolutions.com; vigneshr@ti.com; Sagar Kadam
> <sagar.kadam@sifive.com>
> Subject: [U-Boot Patch v1 1/7] riscv: dts: include -u-boot for dtb
> 
> Include hifive-unleashed-a00-u-boot.dtsi introduced earlier so that it gets
> compiled within the dt-blob.
> 

Realised that this patch is not needed. Please drop this patch. Apologies for the same.

Thanks,
Sagar

> Signed-off-by: Sagar Shrikant Kadam <sagar.kadam@sifive.com>
> ---
>  arch/riscv/dts/hifive-unleashed-a00.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/riscv/dts/hifive-unleashed-a00.dts b/arch/riscv/dts/hifive-
> unleashed-a00.dts
> index 88cfcb9..89cc4be 100644
> --- a/arch/riscv/dts/hifive-unleashed-a00.dts
> +++ b/arch/riscv/dts/hifive-unleashed-a00.dts
> @@ -2,6 +2,7 @@
>  /* Copyright (c) 2018-2019 SiFive, Inc */
> 
>  #include "fu540-c000.dtsi"
> +#include "hifive-unleashed-a00-u-boot.dtsi"
> 
>  /* Clock frequency (in Hz) of the PCB crystal for rtcclk */
>  #define RTCCLK_FREQ		1000000
> --
> 2.7.4
diff mbox series

Patch

diff --git a/arch/riscv/dts/hifive-unleashed-a00.dts b/arch/riscv/dts/hifive-unleashed-a00.dts
index 88cfcb9..89cc4be 100644
--- a/arch/riscv/dts/hifive-unleashed-a00.dts
+++ b/arch/riscv/dts/hifive-unleashed-a00.dts
@@ -2,6 +2,7 @@ 
 /* Copyright (c) 2018-2019 SiFive, Inc */
 
 #include "fu540-c000.dtsi"
+#include "hifive-unleashed-a00-u-boot.dtsi"
 
 /* Clock frequency (in Hz) of the PCB crystal for rtcclk */
 #define RTCCLK_FREQ		1000000