aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/pcengines
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-11-03 17:02:25 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-05 02:21:52 +0100
commit24391321e8afe74063b1c4216732b66ad6d1ed36 (patch)
tree30192e5a8af65b02990dc3c4dc0e76a5805fff8b /src/mainboard/pcengines
parent5a1f3370ea61ef13e7f5ef703e39ed8a71f69700 (diff)
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/pcengines')
-rw-r--r--src/mainboard/pcengines/alix1c/cmos.default1
-rw-r--r--src/mainboard/pcengines/alix1c/cmos.layout1
-rw-r--r--src/mainboard/pcengines/alix2d/cmos.layout1
-rw-r--r--src/mainboard/pcengines/apu1/cmos.default1
-rw-r--r--src/mainboard/pcengines/apu1/cmos.layout3
5 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/pcengines/alix1c/cmos.default b/src/mainboard/pcengines/alix1c/cmos.default
index 0e59b0901a..19b5ab749f 100644
--- a/src/mainboard/pcengines/alix1c/cmos.default
+++ b/src/mainboard/pcengines/alix1c/cmos.default
@@ -1,5 +1,4 @@
boot_option=Fallback
-last_boot=Fallback
ECC_memory=Disable
baud_rate=115200
power_on_after_fail=Disable
diff --git a/src/mainboard/pcengines/alix1c/cmos.layout b/src/mainboard/pcengines/alix1c/cmos.layout
index b31e20ca3f..6de5ab6d1b 100644
--- a/src/mainboard/pcengines/alix1c/cmos.layout
+++ b/src/mainboard/pcengines/alix1c/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
400 1 e 1 power_on_after_fail
diff --git a/src/mainboard/pcengines/alix2d/cmos.layout b/src/mainboard/pcengines/alix2d/cmos.layout
index b31e20ca3f..6de5ab6d1b 100644
--- a/src/mainboard/pcengines/alix2d/cmos.layout
+++ b/src/mainboard/pcengines/alix2d/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
400 1 e 1 power_on_after_fail
diff --git a/src/mainboard/pcengines/apu1/cmos.default b/src/mainboard/pcengines/apu1/cmos.default
index 35e036538d..31d5a31405 100644
--- a/src/mainboard/pcengines/apu1/cmos.default
+++ b/src/mainboard/pcengines/apu1/cmos.default
@@ -1,4 +1,3 @@
-last_boot=Fallback
boot_option=Fallback
multi_core=Enable
debug_level=Spew
diff --git a/src/mainboard/pcengines/apu1/cmos.layout b/src/mainboard/pcengines/apu1/cmos.layout
index 0cf145f258..e0501f620a 100644
--- a/src/mainboard/pcengines/apu1/cmos.layout
+++ b/src/mainboard/pcengines/apu1/cmos.layout
@@ -3,7 +3,6 @@ entries
# <start-bit> <bit-length> <config> <config-id> <parameter-name>
0 384 r 0 reserved_memory
384 4 r 0 reboot_bits
-388 1 e 2 last_boot
# leave 3 bits to make checksummed area start byte-aligned
392 1 e 2 boot_option
393 1 e 1 multi_core
@@ -18,7 +17,7 @@ enumerations
## for multi_core
1 0 Enable
1 1 Disable
-## for last_boot, boot_option
+## for boot_option
2 0 Fallback
2 1 Normal
## for baud_rate