diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-15 12:57:21 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-01 08:22:37 +0000 |
commit | 95be98ac2a020fa5309921d9046c29e19d806f35 (patch) | |
tree | 2e294b2695c62f66a19b321241da47e2ffec345e /src/mainboard/portwell | |
parent | 6e82ebff73d0a2a9d29248885b30384f1f550376 (diff) |
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/portwell')
-rw-r--r-- | src/mainboard/portwell/m107/mainboard.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/portwell/m107/mainboard.c b/src/mainboard/portwell/m107/mainboard.c deleted file mode 100644 index c3412b4a86..0000000000 --- a/src/mainboard/portwell/m107/mainboard.c +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include <device/device.h> - -/* - * mainboard_enable is executed as first thing after - * enumerate_buses(). - */ -static void mainboard_enable(struct device *dev) -{ -} - -struct chip_operations mainboard_ops = { - .enable_dev = mainboard_enable, -}; |