From 9915944b18847b5e83b664a3e445645a2a4c8578 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 6 Nov 2010 00:57:19 +0000 Subject: Remove comments that are obsolete since r6028. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6029 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/a8n_e/romstage.c | 2 -- src/mainboard/asus/a8v-e_se/romstage.c | 2 -- src/mainboard/asus/m2v-mx_se/romstage.c | 2 -- src/mainboard/asus/m4a785-m/romstage.c | 2 -- 4 files changed, 8 deletions(-) (limited to 'src/mainboard/asus') diff --git a/src/mainboard/asus/a8n_e/romstage.c b/src/mainboard/asus/a8n_e/romstage.c index b63563dd9d..870b658171 100644 --- a/src/mainboard/asus/a8n_e/romstage.c +++ b/src/mainboard/asus/a8n_e/romstage.c @@ -24,8 +24,6 @@ /* Used by it8712f_enable_serial(). */ #define SERIAL_DEV PNP_DEV(0x2e, IT8712F_SP1) -/* Used by raminit. */ - #if CONFIG_LOGICAL_CPUS == 1 #define SET_NB_CFG_54 1 #endif diff --git a/src/mainboard/asus/a8v-e_se/romstage.c b/src/mainboard/asus/a8v-e_se/romstage.c index f84c096752..008a345d83 100644 --- a/src/mainboard/asus/a8v-e_se/romstage.c +++ b/src/mainboard/asus/a8v-e_se/romstage.c @@ -24,8 +24,6 @@ unsigned int get_sbdn(unsigned bus); -/* Used by raminit. */ - /* Used by init_cpus and fidvid */ #define SET_FIDVID 1 diff --git a/src/mainboard/asus/m2v-mx_se/romstage.c b/src/mainboard/asus/m2v-mx_se/romstage.c index 5711859109..f252b3d220 100644 --- a/src/mainboard/asus/m2v-mx_se/romstage.c +++ b/src/mainboard/asus/m2v-mx_se/romstage.c @@ -24,8 +24,6 @@ unsigned int get_sbdn(unsigned bus); -/* Used by raminit. */ - /* Used by init_cpus and fidvid */ #define SET_FIDVID 1 diff --git a/src/mainboard/asus/m4a785-m/romstage.c b/src/mainboard/asus/m4a785-m/romstage.c index 6f1a6e3193..012ca09a0f 100644 --- a/src/mainboard/asus/m4a785-m/romstage.c +++ b/src/mainboard/asus/m4a785-m/romstage.c @@ -23,8 +23,6 @@ #define SET_NB_CFG_54 1 -//used by raminit - //used by incoherent_ht #define FAM10_SCAN_PCI_BUS 0 #define FAM10_ALLOCATE_IO_RANGE 0 -- cgit v1.2.3