summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/serengeti_cheetah
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-10-09 22:28:56 +0300
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-06 21:59:21 +0100
commita93c3fe7f05f5ab440f377360e5149f7234abb73 (patch)
tree15504a6738234e79b5cad8e9abdbe43ceacc113a /src/mainboard/amd/serengeti_cheetah
parentd635068ffaf97d5d94f3e2b2ccee409ed44b0b41 (diff)
downloadcoreboot-a93c3fe7f05f5ab440f377360e5149f7234abb73.tar.gz
coreboot-a93c3fe7f05f5ab440f377360e5149f7234abb73.tar.bz2
coreboot-a93c3fe7f05f5ab440f377360e5149f7234abb73.zip
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>
Diffstat (limited to 'src/mainboard/amd/serengeti_cheetah')
-rw-r--r--src/mainboard/amd/serengeti_cheetah/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/serengeti_cheetah/mainboard.c b/src/mainboard/amd/serengeti_cheetah/mainboard.c
index a156f2e87d01..0c310fb4fd51 100644
--- a/src/mainboard/amd/serengeti_cheetah/mainboard.c
+++ b/src/mainboard/amd/serengeti_cheetah/mainboard.c
@@ -1,6 +1,5 @@
#include <device/device.h>
struct chip_operations mainboard_ops = {
- CHIP_NAME("AMD Serengeti Cheetah Mainboard")
};