From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 26 Mar 2021 20:18:00 -0700 Subject: [PATCH 34/34] x86: coreboot: Don't setup MTRR when booting from coreboot In-Reply-To: <20210315173656.34.I4e1332965a29e5e65cf9554dd53359b787783be2@changeid> References: <20210315173656.34.I4e1332965a29e5e65cf9554dd53359b787783be2@changeid> <20210315050034.1934660-1-sjg@chromium.org> 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 This currently hangs and it is not necessary in any case. Drop the code when booting from coreboot. Signed-off-by: Simon Glass --- arch/x86/lib/init_helpers.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Applied to u-boot-dm/next, thanks!