From patchwork Tue Feb 11 06:52:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pragnesh Patel X-Patchwork-Id: 236135 List-Id: U-Boot discussion From: pragnesh.patel at sifive.com (Pragnesh Patel) Date: Tue, 11 Feb 2020 12:22:37 +0530 Subject: [PATCH] Add CONFIG_OF_SEPARATE in sifive_fu540_defconfig Message-ID: <20200211065237.32458-1-pragnesh.patel@sifive.com> Added CONFIG_OF_SEPARATE again which removed by the following commit 052170c6a043 ("configs: Resync with savedefconfig") Signed-off-by: Pragnesh Patel --- 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