Message ID | 20200211065237.32458-1-pragnesh.patel@sifive.com |
---|---|
State | New |
Headers | show |
Series | Add CONFIG_OF_SEPARATE in sifive_fu540_defconfig | expand |
Hi Pragnesh, On Tue, Feb 11, 2020 at 2:53 PM Pragnesh Patel <pragnesh.patel at sifive.com> wrote: > > Added CONFIG_OF_SEPARATE again which removed by the following > commit 052170c6a043 ("configs: Resync with savedefconfig") > > Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com> > --- > configs/sifive_fu540_defconfig | 1 + > 1 file changed, 1 insertion(+) > This patch is not needed because CONFIG_OF_SEPARATE is turned on by default. Regards, Bin
Hi Bin, >-----Original Message----- >From: Bin Meng <bmeng.cn at gmail.com> >Sent: 11 February 2020 12:48 >To: Pragnesh Patel <pragnesh.patel at sifive.com> >Cc: U-Boot Mailing List <u-boot at lists.denx.de>; Atish Patra ><atish.patra at wdc.com>; Palmer Dabbelt <palmerdabbelt at google.com>; Paul >Walmsley ( Sifive) <paul.walmsley at sifive.com>; Jagan Teki ><jagan at amarulasolutions.com>; Anup Patel <anup.patel at wdc.com>; Palmer >Dabbelt ( Sifive) <palmer at sifive.com> >Subject: Re: [PATCH] Add CONFIG_OF_SEPARATE in sifive_fu540_defconfig > >Hi Pragnesh, > >On Tue, Feb 11, 2020 at 2:53 PM Pragnesh Patel <pragnesh.patel at sifive.com> >wrote: >> >> Added CONFIG_OF_SEPARATE again which removed by the following >commit >> 052170c6a043 ("configs: Resync with savedefconfig") >> >> Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com> >> --- >> configs/sifive_fu540_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> > >This patch is not needed because CONFIG_OF_SEPARATE is turned on by >default. Oh, yes you are right. Please drop this patch. > >Regards, >Bin
diff --git a/configs/sifive_fu540_defconfig b/configs/sifive_fu540_defconfig index 6d61e6c960..4dbd2b39d4 100644 --- a/configs/sifive_fu540_defconfig +++ b/configs/sifive_fu540_defconfig @@ -12,3 +12,4 @@ CONFIG_DISPLAY_BOARDINFO=y CONFIG_DEFAULT_DEVICE_TREE="hifive-unleashed-a00" CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM_MTD=y +CONFIG_OF_SEPARATE=y
Added CONFIG_OF_SEPARATE again which removed by the following commit 052170c6a043 ("configs: Resync with savedefconfig") Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com> --- configs/sifive_fu540_defconfig | 1 + 1 file changed, 1 insertion(+)