aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/kunimitsu/chromeos.c
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2015-07-17 11:13:57 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-07-21 21:17:35 +0200
commit26dd3582c843864bb1b0432a8206f8ef96b4195a (patch)
treeef4f9c159d6c4a1d160e51e1f003cf2b2a44a917 /src/mainboard/intel/kunimitsu/chromeos.c
parentb993d2f1477a8e3d7c7f9c4b4e2f05773b4d098f (diff)
Kunimitsu: Add comment and separate routines
Document the lid open state and separate the routines with a single blank line. BRANCH=none BUG=None TEST=Build and run on Kunimitsu Change-Id: I244f20c03bc7530ad8d140fba41dd97c12c079e1 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 57313253fdef3f2d3f0e16b8ab8aa91202d45b16 Original-Change-Id: I7b3bd9cf16e915d214eb2de0017a8d91a934b112 Original-Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Original-Reviewed-on: https://chromium-review.googlesource.com/286267 Original-Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Original-Commit-Queue: Leroy P Leahy <leroy.p.leahy@intel.com> Original-Tested-by: Leroy P Leahy <leroy.p.leahy@intel.com> Reviewed-on: http://review.coreboot.org/11009 Reviewed-by: Leroy P Leahy <leroy.p.leahy@intel.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/intel/kunimitsu/chromeos.c')
-rw-r--r--src/mainboard/intel/kunimitsu/chromeos.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/intel/kunimitsu/chromeos.c b/src/mainboard/intel/kunimitsu/chromeos.c
index 3c63cc6c6b..4447a6c6de 100644
--- a/src/mainboard/intel/kunimitsu/chromeos.c
+++ b/src/mainboard/intel/kunimitsu/chromeos.c
@@ -52,8 +52,10 @@ void fill_lb_gpios(struct lb_gpios *gpios)
int get_lid_switch(void)
{
+ /* Default to force open */
return 1;
}
+
/* The dev-switch is virtual */
int get_developer_mode_switch(void)
{