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:
parent
236d1023de
commit
507d843eb0
|
@ -218,9 +218,6 @@ int add_mainboard_resources(struct lb_memory *mem)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* CONFIG_CHIP_NAME defined in Option.lb.
|
|
||||||
*/
|
|
||||||
struct chip_operations mainboard_ops = {
|
struct chip_operations mainboard_ops = {
|
||||||
CHIP_NAME("TechNexion TIM-8690 Mainboard")
|
CHIP_NAME("TechNexion TIM-8690 Mainboard")
|
||||||
.enable_dev = tim8690_enable,
|
.enable_dev = tim8690_enable,
|
||||||
|
|
Loading…
Reference in New Issue