mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 00:21:46 +00:00
cr50: TEMP: to be researched and removed
BRANCH=none BUG=chrome-os-partner:54916 TEST=none Change-Id: Ie7fc68a0ad8f9459558d3af03f942b4accaeebaf Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/356590
This commit is contained in:
@@ -49,8 +49,10 @@ void init_jittery_clock(int highsec)
|
||||
GREG32(XO, CLK_JTR_SYNC_CONTENTS) = 0;
|
||||
|
||||
/* Writing any value locks things until the next hard reboot */
|
||||
GREG32(XO, CFG_WR_EN) = 0;
|
||||
GREG32(XO, JTR_CTRL_EN) = 0;
|
||||
/* crosbug.com/p/54916
|
||||
GREG32(XO, CFG_WR_EN) = 0;
|
||||
GREG32(XO, JTR_CTRL_EN) = 0;
|
||||
*/
|
||||
}
|
||||
|
||||
void init_sof_clock(void)
|
||||
|
||||
@@ -128,7 +128,10 @@ void fw_upgrade_command_handler(void *body,
|
||||
return;
|
||||
}
|
||||
|
||||
wipe_nvram(); /* Do not keep any state around. */
|
||||
/*
|
||||
crosbug.com/p/54916
|
||||
wipe_nvram(); Do not keep any state around.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Successful erase means that we need to return the base
|
||||
|
||||
Reference in New Issue
Block a user