Simon Glass 50574d42cf spl: Commit MTRRs only in board_init_f_r()
We don't need to commit the SPI-flash MTRR change immediately, since it is
now done in the board_init_f_r(). Also this causes chromebook_link64 to
hang, presumably since we are still running from CAR (Cache-as-RAM) in
SPL. Coral handles this OK, perhaps since it is running from a different
memory area, but it has no effect on Coral anyway.

Drop the extra mtrr_commit() in the SPL implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2023-05-11 10:25:29 +08:00
..
2020-05-18 21:19:18 -04:00
2020-09-25 11:27:18 +08:00
2023-03-13 13:53:01 +01:00
2022-01-19 18:11:34 +01:00
2020-05-18 21:19:18 -04:00
2023-05-11 10:25:29 +08:00