aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-04-21 22:59:00 +0000
committerStefan Reinauer <stepan@openbios.org>2009-04-21 22:59:00 +0000
commit507d843eb03c4fe3153df7e99954c2eb0517cea9 (patch)
tree0d334bf83345efcecd63968580e8db92dc45dc66 /src
parent236d1023de5f0c8cd6962f8829542ad77fc8079e (diff)
CONFIG_CHIP_NAME is dead (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4157 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/technexion/tim8690/mainboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/technexion/tim8690/mainboard.c b/src/mainboard/technexion/tim8690/mainboard.c
index 5602998425..3bb3cf40e5 100644
--- a/src/mainboard/technexion/tim8690/mainboard.c
+++ b/src/mainboard/technexion/tim8690/mainboard.c
@@ -218,9 +218,6 @@ int add_mainboard_resources(struct lb_memory *mem)
#endif
}
-/*
-* CONFIG_CHIP_NAME defined in Option.lb.
-*/
struct chip_operations mainboard_ops = {
CHIP_NAME("TechNexion TIM-8690 Mainboard")
.enable_dev = tim8690_enable,