From 3aff8da158e97b42550844eb5cfcbe9f937130d7 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 16 Feb 2018 16:30:31 -0800 Subject: [PATCH] cr50: fix DEBUG_DRIVE comment This is the DEBUG_DRIVE register, not the DEBUG_BLOCK_OUTPUT. Copy/paste error? BRANCH=none BUG=none TEST=none Change-Id: Ic915b8675559d6f43d153f3a309becc621416dbe Signed-off-by: Brian Norris Reviewed-on: https://chromium-review.googlesource.com/924698 Reviewed-by: Mary Ruthven --- chip/g/rbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip/g/rbox.c b/chip/g/rbox.c index 2be1e19c11..fc09b8792a 100644 --- a/chip/g/rbox.c +++ b/chip/g/rbox.c @@ -100,7 +100,7 @@ static void rbox_init(void) 0x0 << GC_RBOX_DEBUG_TERM_KEY0_OUT_LSB | 0x1 << GC_RBOX_DEBUG_TERM_KEY1_IN_LSB | 0x0 << GC_RBOX_DEBUG_TERM_KEY1_OUT_LSB); - /* DEBUG_BLOCK_OUTPUT value should be 0x157 */ + /* DEBUG_DRIVE value should be 0x157 */ GWRITE(RBOX, DEBUG_DRIVE, 0x3 << GC_RBOX_DEBUG_DRIVE_PWRB_OUT_LSB | 0x1 << GC_RBOX_DEBUG_DRIVE_KEY0_OUT_LSB |