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 <briannorris@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/924698
Reviewed-by: Mary Ruthven <mruthven@chromium.org>
This commit is contained in:
Brian Norris
2018-02-16 16:30:31 -08:00
committed by chrome-bot
parent 971ef1e03c
commit 3aff8da158

View File

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