Message ID | 1579810566-11675-2-git-send-email-sagar.kadam@sifive.com |
---|---|
State | New |
Headers | show |
Series | Fix currently available support for flash on HiFive Unleashed | expand |
Hello All, > -----Original Message----- > From: Sagar Kadam <sagar.kadam at sifive.com> > Sent: Friday, January 24, 2020 1:46 AM > To: u-boot at lists.denx.de > Cc: Paul Walmsley ( Sifive) <paul.walmsley at sifive.com>; > anup.patel at wdc.com; ick at andestech.com; atish.patra at wdc.com; > jagan at amarulasolutions.com; vigneshr at ti.com; Sagar Kadam > <sagar.kadam at 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 at 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 --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
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 at sifive.com> --- arch/riscv/dts/hifive-unleashed-a00.dts | 1 + 1 file changed, 1 insertion(+)