summaryrefslogtreecommitdiff
path: root/src/mainboard/arima
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2010-11-07 17:49:05 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-11-07 17:49:05 +0000
commit9fb2e3ab762c5428d9bee0a20eb0a4dc413be62a (patch)
treeff8844bdf877093af1ab668365c2827c50987d6f /src/mainboard/arima
parent168acf9bb69d323e302cf3d03176ff7d337bbe8d (diff)
downloadcoreboot-9fb2e3ab762c5428d9bee0a20eb0a4dc413be62a.tar.xz
FIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in one
other place, and that defines these symbols itself (and identical, too). Drop them. Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Patrick Georgi <patrick@georgi-clan.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6034 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima')
-rw-r--r--src/mainboard/arima/hdama/romstage.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/arima/hdama/romstage.c b/src/mainboard/arima/hdama/romstage.c
index 4a8644c7de..a36e1a11b9 100644
--- a/src/mainboard/arima/hdama/romstage.c
+++ b/src/mainboard/arima/hdama/romstage.c
@@ -78,12 +78,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
#endif
#include "cpu/amd/dualcore/dualcore.c"
-#define FIRST_CPU 1
-#define SECOND_CPU 1
-#define TOTAL_CPUS (FIRST_CPU + SECOND_CPU)
-
-
-
#include "cpu/amd/car/post_cache_as_ram.c"
#include "cpu/amd/model_fxx/init_cpus.c"