diff options
author | Simon Glass <sjg@chromium.org> | 2023-05-04 16:50:58 -0600 |
---|---|---|
committer | Bin Meng <bmeng@tinylab.org> | 2023-05-11 10:25:29 +0800 |
commit | 50574d42cfb9d3346e6a9a7642db67aa2b24d365 (patch) | |
tree | b39303a68257fb7c741618b01faf3f69c6ad1f6b /lib/efi_loader/helloworld.c | |
parent | 80831b2a42cfe9bd3306059a818b8bc2b42a02d8 (diff) |
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>
Diffstat (limited to 'lib/efi_loader/helloworld.c')
0 files changed, 0 insertions, 0 deletions