From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 11:02:59 +0800 Subject: [PATCH v6 040/102] x86: Don't imply libfdt or SPI flash in TPL In-Reply-To: <20191206213936.v6.40.I05b0a2a44e20c4d7f3b2a531c7b2721d0d1bcc91@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.40.I05b0a2a44e20c4d7f3b2a531c7b2721d0d1bcc91@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:48 PM Simon Glass wrote: > > We don't want to pull in libfdt if of-platdata is being used, since it > reduces the available code-size saves. Also, SPI flash is seldom needed > in TPL. > > Drop these options. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes in v3: > - Don't imply SPI flash either > - Rewrite commit message > > Changes in v2: None > > arch/Kconfig | 3 --- > 1 file changed, 3 deletions(-) > applied to u-boot-x86/next, thanks!