rk3288: remove the printout about LAST_TSHUT bit stauts
since the LAST_THSUT bit is uncertain value when it cold-reboot, so we remove the printout about this bit status in coreboot. BUG=chrome-os-partner:33521 TEST=Boot on veyron_pinky rev2 Change-Id: I258750797e32c28f86e73a01eede005e890a6906 Signed-off-by: huang lin <hl@rock-chips.com> Reviewed-on: https://chromium-review.googlesource.com/228391 Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
70f3149efb
commit
16464d3229
1 changed files with 1 additions and 5 deletions
|
|
@ -88,11 +88,7 @@ void tsadc_init(void)
|
|||
{
|
||||
rkclk_configure_tsadc(TSADC_CLOCK_HZ);
|
||||
|
||||
if (readl(&rk3288_tsadc->auto_con) & LAST_TSHUT) {
|
||||
printk(BIOS_WARNING, "last shutdown/rebot was caused "
|
||||
"by over-temperature hardware trigger!\n");
|
||||
setbits_le32(&rk3288_tsadc->auto_con, LAST_TSHUT);
|
||||
}
|
||||
setbits_le32(&rk3288_tsadc->auto_con, LAST_TSHUT);
|
||||
|
||||
setbits_le32(&rk3288_tsadc->int_en,
|
||||
TSHUT_CRU_EN_SRC2 | TSHUT_CRU_EN_SRC1 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue