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/pcengines/apu1 | |
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/pcengines/apu1')
-rw-r--r-- | src/mainboard/pcengines/apu1/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/pcengines/apu1/cmos.layout | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/pcengines/apu1/cmos.default b/src/mainboard/pcengines/apu1/cmos.default index 0906d5ac1e..06b04332a2 100644 --- a/src/mainboard/pcengines/apu1/cmos.default +++ b/src/mainboard/pcengines/apu1/cmos.default @@ -1,3 +1,2 @@ boot_option=Fallback -multi_core=Enable debug_level=Debug diff --git a/src/mainboard/pcengines/apu1/cmos.layout b/src/mainboard/pcengines/apu1/cmos.layout index dd3cd91f30..e36dd6bd61 100644 --- a/src/mainboard/pcengines/apu1/cmos.layout +++ b/src/mainboard/pcengines/apu1/cmos.layout @@ -5,7 +5,6 @@ entries 384 4 r 0 reboot_bits # leave 3 bits to make checksummed area start byte-aligned 392 1 e 2 boot_option -393 1 e 1 multi_core 400 4 e 4 debug_level # leave 7 bits to make checksummed area end byte-aligned 408 16 h 0 check_sum @@ -13,9 +12,6 @@ entries enumerations #<config-id> <value> <label> -## for multi_core -1 0 Enable -1 1 Disable ## for boot_option 2 0 Fallback 2 1 Normal |