Commit fdb82faa authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Tegra: bpmp: remove bpmp init failed error print



This patch removes the error print displayed when bpmp init
fails. On platforms that do not load the bpmp firmware, this
print is seen on every cluster idle and powerdown request,
cluttering the logs.

Change-Id: I9e30007a913080406052fc32d5360ff70a019d75
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 7bc05f52
......@@ -124,7 +124,6 @@ int tegra_bpmp_init(void)
/* check if the bpmp processor is alive. */
val = mmio_read_32(TEGRA_RES_SEMA_BASE + STA_OFFSET);
if (val != SIGN_OF_LIFE) {
ERROR("BPMP precessor not available\n");
return -ENOTSUP;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment