mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
x86: Revert "Don't set up MTRRs in SPL"
This breaks Intel Edison to work. It gets laggish and unable to boot kernel.
Reverts commit 665cb18ea6
for now
till better solution will be proposed.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
226a35ef0e
commit
7ce74b70b9
1 changed files with 1 additions and 4 deletions
|
@ -18,10 +18,7 @@ __weak ulong board_get_usable_ram_top(ulong total_size)
|
|||
|
||||
int init_cache_f_r(void)
|
||||
{
|
||||
#if (CONFIG_IS_ENABLED(X86_32BIT_INIT) || \
|
||||
(!defined(CONFIG_SPL_BUILD) && \
|
||||
!CONFIG_IS_ENABLED(CONFIG_X86_RUN_64BIT))) && \
|
||||
!defined(CONFIG_HAVE_FSP)
|
||||
#if CONFIG_IS_ENABLED(X86_32BIT_INIT) && !defined(CONFIG_HAVE_FSP)
|
||||
int ret;
|
||||
|
||||
ret = mtrr_commit(false);
|
||||
|
|
Loading…
Reference in a new issue