diff mbox series

Add CONFIG_OF_SEPARATE in sifive_fu540_defconfig

Message ID 20200211065237.32458-1-pragnesh.patel@sifive.com
State Not Applicable
Delegated to: Andes
Headers show
Series Add CONFIG_OF_SEPARATE in sifive_fu540_defconfig | expand

Commit Message

Pragnesh Patel Feb. 11, 2020, 6:52 a.m. UTC
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(+)

Comments

Bin Meng Feb. 11, 2020, 7:17 a.m. UTC | #1
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
Pragnesh Patel Feb. 14, 2020, 7:22 a.m. UTC | #2
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
diff mbox series

Patch

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