summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/cherry
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2022-12-15 22:12:29 +0200
committerMatt DeVillier <matt.devillier@amd.corp-partner.google.com>2023-05-03 16:07:31 +0000
commit0d1734eea4196b9c182023a4547cba07a8a0a8c5 (patch)
tree181ca5147a0e8538093f5ab8f6558fc86badf7cd /src/mainboard/google/cherry
parent10e928319dd653911fdcda740cc19c0f564c0245 (diff)
downloadcoreboot-0d1734eea4196b9c182023a4547cba07a8a0a8c5.tar.gz
coreboot-0d1734eea4196b9c182023a4547cba07a8a0a8c5.tar.bz2
coreboot-0d1734eea4196b9c182023a4547cba07a8a0a8c5.zip
Drop many cases of CONFIG_MAINBOARD_PART_NUMBER
We have largely dropped from filling in mainboard_ops.name as unnecessary. A common place should be decided where or if this information is added in the console log. Change-Id: I917222922560c6273b4be91cd7d99ce2ff8e4231 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74450 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/google/cherry')
-rw-r--r--src/mainboard/google/cherry/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/cherry/mainboard.c b/src/mainboard/google/cherry/mainboard.c
index 44478062a335..c1593ca999ff 100644
--- a/src/mainboard/google/cherry/mainboard.c
+++ b/src/mainboard/google/cherry/mainboard.c
@@ -159,6 +159,5 @@ static void mainboard_enable(struct device *dev)
}
struct chip_operations mainboard_ops = {
- .name = CONFIG_MAINBOARD_PART_NUMBER,
.enable_dev = mainboard_enable,
};