aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/pae
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-12-15 09:24:40 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-03-30 17:46:09 +0200
commit67aa3d6b878c5deea8d14054cce700ac1d045505 (patch)
tree8b33740965dd6c7bd35b708a5d47a8328c734c45 /src/cpu/x86/pae
parent5e02bc6d7ef7f976629a7bfb35429527a77e6321 (diff)
drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not needed
Change-Id: Idf875ddec417e627f1e72a6d834860e7fd324a50 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/760 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/x86/pae')
-rw-r--r--src/cpu/x86/pae/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/pae/Makefile.inc b/src/cpu/x86/pae/Makefile.inc
index 0ecec4753d..060720c898 100644
--- a/src/cpu/x86/pae/Makefile.inc
+++ b/src/cpu/x86/pae/Makefile.inc
@@ -1 +1 @@
-ramstage-y += pgtbl.c
+ramstage-$(CONFIG_CPU_AMD_MODEL_FXX) += pgtbl.c