[PATCH] Add CONFIG_OF_SEPARATE in sifive_fu540_defconfig

Added CONFIG_OF_SEPARATE again which removed by the following commit 052170c6a043 ("configs: Resync with savedefconfig")
Signed-off-by: Pragnesh Patel pragnesh.patel@sifive.com --- configs/sifive_fu540_defconfig | 1 + 1 file changed, 1 insertion(+)
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

Hi Pragnesh,
On Tue, Feb 11, 2020 at 2:53 PM Pragnesh Patel pragnesh.patel@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@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@gmail.com Sent: 11 February 2020 12:48 To: Pragnesh Patel pragnesh.patel@sifive.com Cc: U-Boot Mailing List u-boot@lists.denx.de; Atish Patra atish.patra@wdc.com; Palmer Dabbelt palmerdabbelt@google.com; Paul Walmsley ( Sifive) paul.walmsley@sifive.com; Jagan Teki jagan@amarulasolutions.com; Anup Patel anup.patel@wdc.com; Palmer Dabbelt ( Sifive) palmer@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@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@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
participants (2)
-
Bin Meng
-
Pragnesh Patel