summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/jecht/chromeos.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-03-17 18:07:25 +0800
committerJulius Werner <jwerner@chromium.org>2019-03-27 06:13:27 +0000
commit51bbdac7d513f5e0763ff68ecac2fcd3db1d53aa (patch)
tree86b81ca1014b5d975dfdae46256e60efb7d5408b /src/mainboard/google/jecht/chromeos.c
parented6996f2babb6efd794e45e18f39a09d2996b2b0 (diff)
downloadcoreboot-51bbdac7d513f5e0763ff68ecac2fcd3db1d53aa.tar.gz
coreboot-51bbdac7d513f5e0763ff68ecac2fcd3db1d53aa.tar.bz2
coreboot-51bbdac7d513f5e0763ff68ecac2fcd3db1d53aa.zip
vboot: deprecate physical dev switch
Currently only two devices make use of physical dev switch: stumpy, lumpy Deprecate this switch. If these devices are flashed to ToT, they may still make use of virtual dev switch, activated via recovery screen. BUG=b:124141368, b:124192753, chromium:942901 TEST=util/lint/checkpatch.pl -g origin/master..HEAD TEST=util/abuild/abuild -B -e -y -c 50 -p none -x TEST=make clean && make test-abuild BRANCH=none Change-Id: I87ec0db6148c1727b95475d94e3e3f6e7ec83193 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31943 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/jecht/chromeos.c')
-rw-r--r--src/mainboard/google/jecht/chromeos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/jecht/chromeos.c b/src/mainboard/google/jecht/chromeos.c
index 548470ecff40..c0b14f3d875d 100644
--- a/src/mainboard/google/jecht/chromeos.c
+++ b/src/mainboard/google/jecht/chromeos.c
@@ -27,7 +27,6 @@
#define FLAG_SPI_WP 0
#define FLAG_REC_MODE 1
-#define FLAG_DEV_MODE 2
#if ENV_RAMSTAGE
#include <boot/coreboot_tables.h>