From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 1 Aug 2017 20:23:49 +0800 Subject: [U-Boot] [PATCH v2 17/22] x86: quark: kconfig: Imply platform specific drivers In-Reply-To: References: <1501421008-5737-1-git-send-email-bmeng.cn@gmail.com> <1501421008-5737-18-git-send-email-bmeng.cn@gmail.com> 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 Tue, Aug 1, 2017 at 5:12 PM, Simon Glass wrote: > On 30 July 2017 at 07:23, Bin Meng wrote: >> Imply Quark-specific drivers in the platform Kconfig. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - imply ENV_IS_IN_SPI_FLASH for quark >> >> arch/x86/cpu/quark/Kconfig | 9 +++++++++ >> configs/galileo_defconfig | 9 --------- >> 2 files changed, 9 insertions(+), 9 deletions(-) > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!