projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc05f5
)
Tegra: bpmp: remove bpmp init failed error print
author
Varun Wadekar
<vwadekar@nvidia.com>
Wed, 14 Feb 2018 04:08:24 +0000
(20:08 -0800)
committer
Varun Wadekar
<vwadekar@nvidia.com>
Thu, 31 Jan 2019 16:47:04 +0000
(08:47 -0800)
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: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/common/drivers/bpmp/bpmp.c
patch
|
blob
|
history
diff --git
a/plat/nvidia/tegra/common/drivers/bpmp/bpmp.c
b/plat/nvidia/tegra/common/drivers/bpmp/bpmp.c
index 1c5d2e159a354a26375ac0f240ef8579e9ed5caa..9a41a9bb5d6638e2bd24b7c329bc6f703802ddc1 100644
(file)
--- a/
plat/nvidia/tegra/common/drivers/bpmp/bpmp.c
+++ b/
plat/nvidia/tegra/common/drivers/bpmp/bpmp.c
@@
-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;
}