]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Move fsp_prepare_mrc_cache() to fsp1 directory
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:10 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:15 +0000 (11:44 +0800)
commit22e0de355196f809d74bdc0c6e0e2c689caa515b
treed97238cdd69d2b0a5e0eba2bcc23270027dfcff6
parentfa6cc1de1b613460f93d6471dc46b9d8a37e9459
x86: Move fsp_prepare_mrc_cache() to fsp1 directory

This function needs to be different for FSP2, so move the existing
function into the fsp1 directory. Since it is only called from one file,
drop it from the header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/fsp/fsp_support.h
arch/x86/lib/fsp/fsp_common.c
arch/x86/lib/fsp1/fsp_common.c