Author: stepan Date: 2009-04-22 00:59:00 +0200 (Wed, 22 Apr 2009) New Revision: 4157
Modified: trunk/coreboot-v2/src/mainboard/technexion/tim8690/mainboard.c Log: CONFIG_CHIP_NAME is dead (trivial) Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/mainboard/technexion/tim8690/mainboard.c =================================================================== --- trunk/coreboot-v2/src/mainboard/technexion/tim8690/mainboard.c 2009-04-21 22:05:50 UTC (rev 4156) +++ trunk/coreboot-v2/src/mainboard/technexion/tim8690/mainboard.c 2009-04-21 22:59:00 UTC (rev 4157) @@ -218,9 +218,6 @@ #endif }
-/* -* CONFIG_CHIP_NAME defined in Option.lb. -*/ struct chip_operations mainboard_ops = { CHIP_NAME("TechNexion TIM-8690 Mainboard") .enable_dev = tim8690_enable,