aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-06-03 12:26:58 +0200
committerArthur Heymans <arthur@aheymans.xyz>2018-06-05 07:58:57 +0000
commit02b13fd8cdfbfcb4858ec0e6f66688b96950198e (patch)
tree1faac362cb685c090ac6b2ccc08feb9f9e44235b /src/northbridge/intel/nehalem/Makefile.inc
parent6fcd7b8eb1ee650daa939593e8cbb3939f7c1188 (diff)
cpu/intel/model_2065x: Switch to POSTCAR_STAGE
Also removes some non-POSTCAR_STAGE functions, since those are unused now. Change-Id: I439bffbe39411186355d374eed7d5efd63fb02e3 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/26792 Reviewed-by: Matthias Gazzari <mail@qtux.eu> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/nehalem/Makefile.inc')
-rw-r--r--src/northbridge/intel/nehalem/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/nehalem/Makefile.inc b/src/northbridge/intel/nehalem/Makefile.inc
index acb828c1c5..6722621ba1 100644
--- a/src/northbridge/intel/nehalem/Makefile.inc
+++ b/src/northbridge/intel/nehalem/Makefile.inc
@@ -29,4 +29,6 @@ romstage-y += ../../../arch/x86/walkcbfs.S
smm-$(CONFIG_HAVE_SMI_HANDLER) += finalize.c
+postcar-y += ram_calc.c
+
endif