Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47177 )
Change subject: mainboard: Drop unused `lpt` option ......................................................................
mainboard: Drop unused `lpt` option
It is only used in mainboard-specific code, which not all boards have.
Change-Id: If70d053501f02ffe210d50ea6e29eb76c264466d Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/apple/macbook21/cmos.layout M src/mainboard/lenovo/t60/cmos.layout M src/mainboard/lenovo/x60/cmos.layout 3 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/47177/1
diff --git a/src/mainboard/apple/macbook21/cmos.layout b/src/mainboard/apple/macbook21/cmos.layout index 5d3d074..55246f1 100644 --- a/src/mainboard/apple/macbook21/cmos.layout +++ b/src/mainboard/apple/macbook21/cmos.layout @@ -28,7 +28,6 @@ 416 512 s 0 boot_devices 928 8 h 0 boot_default 936 1 e 8 cmos_defaults_loaded -937 1 e 1 lpt
# coreboot config options: check sums 984 16 h 0 check_sum diff --git a/src/mainboard/lenovo/t60/cmos.layout b/src/mainboard/lenovo/t60/cmos.layout index 2af6365..11c2178 100644 --- a/src/mainboard/lenovo/t60/cmos.layout +++ b/src/mainboard/lenovo/t60/cmos.layout @@ -28,7 +28,6 @@ 416 512 s 0 boot_devices 928 8 h 0 boot_default 936 1 e 8 cmos_defaults_loaded -937 1 e 1 lpt
# coreboot config options: cpu
diff --git a/src/mainboard/lenovo/x60/cmos.layout b/src/mainboard/lenovo/x60/cmos.layout index 61ab465..b6cbe3c 100644 --- a/src/mainboard/lenovo/x60/cmos.layout +++ b/src/mainboard/lenovo/x60/cmos.layout @@ -28,7 +28,6 @@ 416 512 s 0 boot_devices 928 8 h 0 boot_default 936 1 e 8 cmos_defaults_loaded -937 1 e 1 lpt
# coreboot config options: cpu
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47177 )
Change subject: mainboard: Drop unused `lpt` option ......................................................................
Patch Set 2:
cmos.default files need to be edited, too
Angel Pons has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/47177 )
Change subject: mainboard: Drop unused `lpt` option ......................................................................
Abandoned