From d4799d7b04939227b3fdaf478b970fb19684c876 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 23 Apr 2021 17:06:36 +0200 Subject: mainboard: Drop unreferenced CMOS options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52638 Reviewed-by: Felix Singer Reviewed-by: Piotr Król Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/emulation/qemu-i440fx/cmos.default | 1 - src/mainboard/emulation/qemu-i440fx/cmos.layout | 1 - src/mainboard/emulation/qemu-q35/cmos.default | 1 - src/mainboard/emulation/qemu-q35/cmos.layout | 1 - 4 files changed, 4 deletions(-) (limited to 'src/mainboard/emulation') 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 -- cgit v1.2.3