diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-04-23 17:06:36 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-04-26 10:29:13 +0000 |
commit | d4799d7b04939227b3fdaf478b970fb19684c876 (patch) | |
tree | 2dc1d5e6d14edd7ae33b40879703d8d39bfdae9c /src/mainboard/emulation | |
parent | 2ffa9c6f2990f695ee567238b372070ab7209df4 (diff) |
mainboard: Drop unreferenced CMOS options
Remove CMOS options that are not read anywhere in the code. They may
have been used in the native AMD platform code, or got copied around
from board to board and never did anything to begin with.
Change-Id: Ib19ace4fa6e610a28e68fe2612b4e623f200f064
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52638
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Piotr Król <piotr.krol@3mdeb.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r-- | src/mainboard/emulation/qemu-i440fx/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/emulation/qemu-i440fx/cmos.layout | 1 | ||||
-rw-r--r-- | src/mainboard/emulation/qemu-q35/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/emulation/qemu-q35/cmos.layout | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/cmos.default b/src/mainboard/emulation/qemu-i440fx/cmos.default index 8594b4620b..57750a2029 100644 --- a/src/mainboard/emulation/qemu-i440fx/cmos.default +++ b/src/mainboard/emulation/qemu-i440fx/cmos.default @@ -1,4 +1,3 @@ boot_option=Fallback power_on_after_fail=Enable debug_level=Debug -ECC_memory=Disable diff --git a/src/mainboard/emulation/qemu-i440fx/cmos.layout b/src/mainboard/emulation/qemu-i440fx/cmos.layout index 8963e13e16..5e5a901da0 100644 --- a/src/mainboard/emulation/qemu-i440fx/cmos.layout +++ b/src/mainboard/emulation/qemu-i440fx/cmos.layout @@ -10,7 +10,6 @@ entries 448 1 e 1 power_on_after_fail 452 4 e 6 debug_level -456 1 e 1 ECC_memory # VBOOT 464 128 r 0 vbnv diff --git a/src/mainboard/emulation/qemu-q35/cmos.default b/src/mainboard/emulation/qemu-q35/cmos.default index 8594b4620b..57750a2029 100644 --- a/src/mainboard/emulation/qemu-q35/cmos.default +++ b/src/mainboard/emulation/qemu-q35/cmos.default @@ -1,4 +1,3 @@ boot_option=Fallback power_on_after_fail=Enable debug_level=Debug -ECC_memory=Disable diff --git a/src/mainboard/emulation/qemu-q35/cmos.layout b/src/mainboard/emulation/qemu-q35/cmos.layout index 8963e13e16..5e5a901da0 100644 --- a/src/mainboard/emulation/qemu-q35/cmos.layout +++ b/src/mainboard/emulation/qemu-q35/cmos.layout @@ -10,7 +10,6 @@ entries 448 1 e 1 power_on_after_fail 452 4 e 6 debug_level -456 1 e 1 ECC_memory # VBOOT 464 128 r 0 vbnv |