From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 1 Jun 2017 16:34:08 +0800 Subject: [U-Boot] [PATCH 1/4] x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1 In-Reply-To: References: <1496217855-8745-1-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 Thu, Jun 1, 2017 at 11:12 AM, Simon Glass wrote: > On 31 May 2017 at 02:04, Bin Meng wrote: >> The default value of "fsp,mrc-init-tseg-size" should be 1 (1MB) per >> FSP default settings. 0 is not valid. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/cpu/baytrail/fsp_configs.c | 2 +- >> arch/x86/dts/bayleybay.dts | 2 +- >> arch/x86/dts/baytrail_som-db5800-som-6867.dts | 2 +- >> arch/x86/dts/conga-qeval20-qa3-e3845.dts | 2 +- >> arch/x86/dts/dfi-bt700.dtsi | 2 +- >> arch/x86/dts/minnowmax.dts | 2 +- >> 6 files changed, 6 insertions(+), 6 deletions(-) >> > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!