diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-23 11:11:02 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-26 14:05:29 +0000 |
commit | 2c03ffc8df73fe95d8365f69070169af2be9b715 (patch) | |
tree | 9c7996cf9965eb7002a7b0e13e87925816bf1f02 /src/mainboard/emulation/qemu-q35 | |
parent | 9cddae151af30339790748cc0ff40df47e24f019 (diff) |
mb/*: Specify type of `MAINBOARD_PART_NUMBER` once
Specify the type of the `MAINBOARD_PART_NUMBER` Kconfig symbol once
instead of doing so on each and every mainboard.
Change-Id: I3692f9e82fe90af4d0da1d037018a20aa1b45793
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56554
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation/qemu-q35')
-rw-r--r-- | src/mainboard/emulation/qemu-q35/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig index 8684b542d6..4fb8dea1b2 100644 --- a/src/mainboard/emulation/qemu-q35/Kconfig +++ b/src/mainboard/emulation/qemu-q35/Kconfig @@ -56,7 +56,6 @@ config MAINBOARD_DIR default "emulation/qemu-q35" config MAINBOARD_PART_NUMBER - string default "QEMU x86 q35/ich9" config MMCONF_BASE_ADDRESS |