summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-12-29 23:26:30 +0800
committerIru Cai <mytbk920423@gmail.com>2019-11-17 15:10:46 +0800
commit76baa15a04abcf0c35a0fe5907b0e84e14a79a7f (patch)
tree4a296d2eb1ebac481394c0d45e09f4238496258d /src
parent9945a96514c4c3ffc79ccc976bfef4d337ac91ec (diff)
downloadcoreboot-76baa15a04abcf0c35a0fe5907b0e84e14a79a7f.tar.xz
fcn_fffa7899 is dummy
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/intel/haswell/mrc.asm8
-rw-r--r--src/northbridge/intel/haswell/mrc_init_memory.asm3
2 files changed, 2 insertions, 9 deletions
diff --git a/src/northbridge/intel/haswell/mrc.asm b/src/northbridge/intel/haswell/mrc.asm
index 5719e15834..f571547bb7 100644
--- a/src/northbridge/intel/haswell/mrc.asm
+++ b/src/northbridge/intel/haswell/mrc.asm
@@ -73,7 +73,6 @@ extern locate_hob
global fcn_fffa1d20
global fcn_fffa56ac
global fcn_fffa782c
-global fcn_fffa7899
global fcn_fffa78a0
global fcn_fffa7a1c
global fcn_fffa7e71
@@ -5303,13 +5302,6 @@ xor eax, eax
pop ebp
ret
-fcn_fffa7899: ; not directly referenced
-push ebp
-xor eax, eax
-mov ebp, esp
-pop ebp
-ret
-
fcn_fffa78a0: ; not directly referenced
push ebp
mov ebp, esp
diff --git a/src/northbridge/intel/haswell/mrc_init_memory.asm b/src/northbridge/intel/haswell/mrc_init_memory.asm
index a31c2288c1..f8476a6211 100644
--- a/src/northbridge/intel/haswell/mrc_init_memory.asm
+++ b/src/northbridge/intel/haswell/mrc_init_memory.asm
@@ -81,6 +81,7 @@ extern superfrag_fffc1ea8
extern frag_fffc2026
global ref_fffcbf28
extern memcpy
+extern dummy_func
initialize_txt:
push ebx
@@ -466,7 +467,7 @@ dd 0xff320000
dd fcn_fffaa6af
dd 0x0001dd1c
dd 0xff3e0000
-dd fcn_fffa7899
+dd dummy_func
dd 0x0004dd1e
dd 0xff3f0000
dd fcn_fffa78a0