peppy: Disable forced dev mode.

Don't force dev mode. Allow users to enter / exit dev mode as normal.

TEST=Manual. Build + boot image, test verified boot.
BUG=chrome-os-partner:19636.

Change-Id: I168eb04a8ac102a8c4a1ca8936f78f62b001e0eb
Reviewed-on: https://gerrit.chromium.org/gerrit/59492
Commit-Queue: Shawn Nematbakhsh <shawnn@chromium.org>
Tested-by: Shawn Nematbakhsh <shawnn@chromium.org>
Reviewed-by: Dave Parker <dparker@chromium.org>
This commit is contained in:
Shawn Nematbakhsh 2013-06-20 15:26:57 -07:00 committed by ChromeBot
commit 13f7e6e757

View file

@ -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,