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/google/butterfly/cmos.default | |
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/google/butterfly/cmos.default')
-rw-r--r-- | src/mainboard/google/butterfly/cmos.default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/butterfly/cmos.default b/src/mainboard/google/butterfly/cmos.default index 77c7100f38..d6789ebdb8 100644 --- a/src/mainboard/google/butterfly/cmos.default +++ b/src/mainboard/google/butterfly/cmos.default @@ -1,5 +1,4 @@ boot_option = Fallback -last_boot = Fallback debug_level = Spew nmi = Enable power_on_after_fail = Enable |