summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/broadwell
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-11 07:45:00 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-05-23 15:18:00 +0800
commit0c2b7eef97b00c3d1e5545518b2647b8fbf42537 (patch)
treecab1f41b8bda5bd47c63717a41fa10075cb879ee /arch/x86/cpu/broadwell
parent789b6dceccbb852b0be235334b713467f88e2f8e (diff)
downloadblackbird-obmc-uboot-0c2b7eef97b00c3d1e5545518b2647b8fbf42537.tar.gz
blackbird-obmc-uboot-0c2b7eef97b00c3d1e5545518b2647b8fbf42537.zip
x86: Unify reserve_arch() for all x86 boards
Instead of asking each platform to provide reserve_arch(), supply it in arch/x86/cpu/cpu.c in a unified way. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/broadwell')
-rw-r--r--arch/x86/cpu/broadwell/sdram.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/cpu/broadwell/sdram.c b/arch/x86/cpu/broadwell/sdram.c
index 4bf5d15b26..e7befde6ad 100644
--- a/arch/x86/cpu/broadwell/sdram.c
+++ b/arch/x86/cpu/broadwell/sdram.c
@@ -190,11 +190,6 @@ static int prepare_mrc_cache(struct pei_data *pei_data)
return 0;
}
-int reserve_arch(void)
-{
- return mrccache_reserve();
-}
-
int dram_init(void)
{
struct pei_data _pei_data __aligned(8);
OpenPOWER on IntegriCloud