[ERD][NEUS7920-135] [COMMON]chub: print-out chub fw log to AP during power-on
authorBoojin Kim <boojin.kim@samsung.com>
Mon, 1 Apr 2019 08:16:50 +0000 (17:16 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:33 +0000 (20:23 +0300)
Change-Id: I6979c0c2d61867ff1e6b97fedafc21a8f8e06625
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
drivers/staging/nanohub/chub.c

index d1de6afc23a3cb0f02d857050780dd22f1f0e393..48276402db8b0d9380089ab908e60181aa554e66 100644 (file)
@@ -625,7 +625,7 @@ static int contexthub_hw_reset(struct contexthub_ipc_info *ipc,
 
        ipc_hw_write_shared_reg(AP, ipc->os_load, SR_BOOT_MODE);
        ipc_set_chub_clk((u32)ipc->clkrate);
-       ipc->chub_rt_log.loglevel = CHUB_RT_LOG_DUMP;
+       ipc->chub_rt_log.loglevel = CHUB_RT_LOG_DUMP_PRT;
        ipc_set_chub_bootmode(BOOTMODE_COLD, ipc->chub_rt_log.loglevel);
        switch (event) {
        case MAILBOX_EVT_POWER_ON: