Drop redundant CHIP_NAME in mainboard.c

Compose the name from Kconfig strings instead.

As the field is for debug print use only, a minor change in the output
should do no harm. The strings no longer include word "Mainboard".

Change-Id: Ifd24f408271eb5a5d1a08a317512ef00cb537ee2
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/1635
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Kyösti Mälkki
2012-10-09 22:28:56 +03:00
committed by Stefan Reinauer
parent d635068ffa
commit a93c3fe7f0
180 changed files with 6 additions and 181 deletions

View File

@@ -1,6 +1,5 @@
#include <device/device.h>
struct chip_operations mainboard_ops = {
CHIP_NAME("IBM eServer 325 Mainboard")
};

View File

@@ -1,6 +1,5 @@
#include <device/device.h>
struct chip_operations mainboard_ops = {
CHIP_NAME("IBM eServer 326 Mainboard")
};