From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 25 Sep 2019 08:57:15 -0600 Subject: [U-Boot] [PATCH 091/126] x86: Don't imply TPL_OF_LIBFDT In-Reply-To: <20190925145750.200592-1-sjg@chromium.org> References: <20190925145750.200592-1-sjg@chromium.org> Message-ID: <20190925145750.200592-92-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This option pulls in libfdt and therefore precludes getting the full code-size savings of op-platdata. Drop it since it will be enabled anyway if needed. Signed-off-by: Simon Glass --- arch/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 0374139fa89..b6f244d7c1b 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -203,7 +203,6 @@ config X86 imply SPL_SYSCON # TPL imply TPL_DM - imply TPL_OF_LIBFDT imply TPL_DRIVERS_MISC_SUPPORT imply TPL_GPIO_SUPPORT imply TPL_LIBCOMMON_SUPPORT -- 2.23.0.444.g18eeb5a265-goog