diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-11-03 17:02:25 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-05 02:21:52 +0100 |
commit | 24391321e8afe74063b1c4216732b66ad6d1ed36 (patch) | |
tree | 30192e5a8af65b02990dc3c4dc0e76a5805fff8b /src/mainboard/hp | |
parent | 5a1f3370ea61ef13e7f5ef703e39ed8a71f69700 (diff) | |
download | coreboot-24391321e8afe74063b1c4216732b66ad6d1ed36.tar.xz |
mainboard: Remove last_boot NVRAM option
The last_boot NVRAM option was deprecated and removed in
commit 3bfd7cc6. Remove the last_boot option from all
affected mainboards to eliminate user confusion.
Change-Id: I7e201b9cf21dfe5dda156785bad078524098626d
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/12316
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/abm/cmos.layout | 1 | ||||
-rw-r--r-- | src/mainboard/hp/dl145_g1/cmos.layout | 1 | ||||
-rw-r--r-- | src/mainboard/hp/dl145_g3/cmos.layout | 1 | ||||
-rw-r--r-- | src/mainboard/hp/dl165_g6_fam10/cmos.layout | 1 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/cmos.layout | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/hp/abm/cmos.layout b/src/mainboard/hp/abm/cmos.layout index 66d17073a3..d83bb14d26 100644 --- a/src/mainboard/hp/abm/cmos.layout +++ b/src/mainboard/hp/abm/cmos.layout @@ -18,7 +18,6 @@ entries 0 384 r 0 reserved_memory 384 1 e 4 boot_option -385 1 e 4 last_boot 388 4 r 0 reboot_bits 392 3 e 5 baud_rate 395 1 e 1 hw_scrubber diff --git a/src/mainboard/hp/dl145_g1/cmos.layout b/src/mainboard/hp/dl145_g1/cmos.layout index 85fa992792..4e081ea1aa 100644 --- a/src/mainboard/hp/dl145_g1/cmos.layout +++ b/src/mainboard/hp/dl145_g1/cmos.layout @@ -2,7 +2,6 @@ entries 0 384 r 0 reserved_memory 384 1 e 4 boot_option -385 1 e 4 last_boot 388 4 r 0 reboot_bits 392 3 e 5 baud_rate 395 1 e 1 hw_scrubber diff --git a/src/mainboard/hp/dl145_g3/cmos.layout b/src/mainboard/hp/dl145_g3/cmos.layout index f516f499e4..0ad18a254b 100644 --- a/src/mainboard/hp/dl145_g3/cmos.layout +++ b/src/mainboard/hp/dl145_g3/cmos.layout @@ -2,7 +2,6 @@ entries 0 384 r 0 reserved_memory 384 1 e 4 boot_option -385 1 e 4 last_boot 388 4 r 0 reboot_bits 392 3 e 5 baud_rate 395 1 e 1 hw_scrubber diff --git a/src/mainboard/hp/dl165_g6_fam10/cmos.layout b/src/mainboard/hp/dl165_g6_fam10/cmos.layout index 9f0bd0e77c..73d53af3d5 100644 --- a/src/mainboard/hp/dl165_g6_fam10/cmos.layout +++ b/src/mainboard/hp/dl165_g6_fam10/cmos.layout @@ -20,7 +20,6 @@ entries 0 384 r 0 reserved_memory 384 1 e 4 boot_option -385 1 e 4 last_boot 388 4 r 0 reboot_bits 393 3 e 5 baud_rate 396 5 e 10 ecc_scrub_rate diff --git a/src/mainboard/hp/pavilion_m6_1035dx/cmos.default b/src/mainboard/hp/pavilion_m6_1035dx/cmos.default index 0bca0fc259..5031376282 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/cmos.default +++ b/src/mainboard/hp/pavilion_m6_1035dx/cmos.default @@ -1,5 +1,4 @@ boot_option = Fallback -last_boot = Fallback debug_level = Spew nmi = Disable power_on_after_fail = Disable diff --git a/src/mainboard/hp/pavilion_m6_1035dx/cmos.layout b/src/mainboard/hp/pavilion_m6_1035dx/cmos.layout index eb0e6b63e8..5b1f9cb43b 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/cmos.layout +++ b/src/mainboard/hp/pavilion_m6_1035dx/cmos.layout @@ -5,7 +5,6 @@ entries # RTC_BOOT_BYTE (coreboot hardcoded) 0 384 r 0 reserved_memory 384 1 e 4 boot_option -385 1 e 4 last_boot 388 4 r 0 reboot_bits # southbridge/amd/agesa/hudson should use this but it doesn't |