summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/a8n_e
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2010-11-18 00:11:32 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-11-18 00:11:32 +0000
commitd28c2986d69141280fce64ac5603b107512f8771 (patch)
treede6360ea6339e84020d548d6758dc41b46b67616 /src/mainboard/asus/a8n_e
parent361bd10bcea5db98cfc573987023449c2f59287d (diff)
downloadcoreboot-d28c2986d69141280fce64ac5603b107512f8771.tar.gz
coreboot-d28c2986d69141280fce64ac5603b107512f8771.tar.bz2
coreboot-d28c2986d69141280fce64ac5603b107512f8771.zip
Eliminate SET_NB_CFG_54 option. There was no board that
deselected it, and very likely there won't ever be any hardware that requires it deselected. Keep the "selected" code path around, leading to no functional change. Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Scott Duplichan <scott@notabs.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6086 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/a8n_e')
-rw-r--r--src/mainboard/asus/a8n_e/romstage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/asus/a8n_e/romstage.c b/src/mainboard/asus/a8n_e/romstage.c
index 870b6581714e..b9253aa4c4f9 100644
--- a/src/mainboard/asus/a8n_e/romstage.c
+++ b/src/mainboard/asus/a8n_e/romstage.c
@@ -24,10 +24,6 @@
/* Used by it8712f_enable_serial(). */
#define SERIAL_DEV PNP_DEV(0x2e, IT8712F_SP1)
-#if CONFIG_LOGICAL_CPUS == 1
-#define SET_NB_CFG_54 1
-#endif
-
#include <stdint.h>
#include <string.h>
#include <device/pci_def.h>