summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/parmer
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-15 12:57:21 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-03-01 08:22:37 +0000
commit95be98ac2a020fa5309921d9046c29e19d806f35 (patch)
tree2e294b2695c62f66a19b321241da47e2ffec345e /src/mainboard/amd/parmer
parent6e82ebff73d0a2a9d29248885b30384f1f550376 (diff)
downloadcoreboot-95be98ac2a020fa5309921d9046c29e19d806f35.tar.gz
coreboot-95be98ac2a020fa5309921d9046c29e19d806f35.tar.bz2
coreboot-95be98ac2a020fa5309921d9046c29e19d806f35.zip
mb/: Drop print of MAINBOARD_PART_NUMBER
Change-Id: Ie3870bc666acaea316f00b205de512cf790e720c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50718 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/amd/parmer')
-rw-r--r--src/mainboard/amd/parmer/mainboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/parmer/mainboard.c b/src/mainboard/amd/parmer/mainboard.c
index bf00401ec8de..285b1b9ea2f4 100644
--- a/src/mainboard/amd/parmer/mainboard.c
+++ b/src/mainboard/amd/parmer/mainboard.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h>
#include <device/device.h>
/*************************************************
@@ -8,7 +7,6 @@
*************************************************/
static void mainboard_enable(struct device *dev)
{
- printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
}
struct chip_operations mainboard_ops = {