[coreboot-gerrit] New patch to review for coreboot: eaeab32 peppy: Disable forced dev mode.

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Dec 3 21:20:23 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4321

-gerrit

commit eaeab32aab24c8a038fe76588fe1bdd700804783
Author: Shawn Nematbakhsh <shawnn at chromium.org>
Date:   Thu Jun 20 15:26:57 2013 -0700

    peppy: Disable forced dev mode.
    
    Don't force dev mode. Allow users to enter / exit dev mode as normal.
    
    Change-Id: I168eb04a8ac102a8c4a1ca8936f78f62b001e0eb
    Reviewed-on: https://gerrit.chromium.org/gerrit/59492
    Commit-Queue: Shawn Nematbakhsh <shawnn at chromium.org>
    Tested-by: Shawn Nematbakhsh <shawnn at chromium.org>
    Reviewed-by: Dave Parker <dparker at chromium.org>
---
 src/mainboard/google/peppy/chromeos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/peppy/chromeos.c b/src/mainboard/google/peppy/chromeos.c
index 1b70fde..51d625b 100644
--- a/src/mainboard/google/peppy/chromeos.c
+++ b/src/mainboard/google/peppy/chromeos.c
@@ -83,7 +83,7 @@ void fill_lb_gpios(struct lb_gpios *gpios)
 /* The dev-switch is virtual */
 int get_developer_mode_switch(void)
 {
-	return 1;
+	return 0;
 }
 
 /* There are actually two recovery switches. One is the magic keyboard chord,



More information about the coreboot-gerrit mailing list