From 9fb2e3ab762c5428d9bee0a20eb0a4dc413be62a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 7 Nov 2010 17:49:05 +0000 Subject: 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 Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6034 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/arima/hdama/romstage.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mainboard/arima') 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" -- cgit v1.2.3