Re: [U-Boot] [PATCH 091/126] x86: Don't imply TPL_OF_LIBFDT

2019-10-10 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:59 PM Simon Glass wrote: > > 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

[U-Boot] [PATCH 091/126] x86: Don't imply TPL_OF_LIBFDT

2019-09-25 Thread Simon Glass
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