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
This commit is contained in:
Stefan Reinauer 2009-04-21 22:59:00 +00:00 committed by Stefan Reinauer
parent 236d1023de
commit 507d843eb0
1 changed files with 0 additions and 3 deletions

View File

@ -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,