From 95be98ac2a020fa5309921d9046c29e19d806f35 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 15 Feb 2021 12:57:21 +0200 Subject: mb/: Drop print of MAINBOARD_PART_NUMBER MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie3870bc666acaea316f00b205de512cf790e720c Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50718 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Paul Menzel --- src/mainboard/hp/abm/mainboard.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/hp/abm') diff --git a/src/mainboard/hp/abm/mainboard.c b/src/mainboard/hp/abm/mainboard.c index 88de23a77d..4c271c570a 100644 --- a/src/mainboard/hp/abm/mainboard.c +++ b/src/mainboard/hp/abm/mainboard.c @@ -80,8 +80,6 @@ static void pirq_setup(void) **********************************************/ static void mainboard_enable(struct device *dev) { - printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n"); - /* Initialize the PIRQ data structures for consumption */ pirq_setup(); } -- cgit v1.2.3