summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2017-02-22 18:33:58 +0200
committerKostya Porotchkin <kostap@marvell.com>2017-07-11 10:59:19 +0300
commit57b341095efbdb87da7dbbc307a1cb0b69895baa (patch)
tree9fa0c6de35fb9ac818494565e6fc69d44bd931ef
parente85ed5a169ecf253e0bcc9997f3e0c039cb4bda5 (diff)
ble: reduce the DRAM init mesasge log level
Change the notification about DRAM init from NOTICE to INFO level. This output is not really required in a normal boot mode an will slow down recovery in warm boot. Change-Id: Id7036650cb192da1d2dd30bfc94534846c010196 Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Victor Gu <xigu@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/40475 Tested-by: iSoC Platform CI <ykjenk@marvell.com>
-rw-r--r--plat/marvell/a8k/a70x0/board/dram_port.c2
-rw-r--r--plat/marvell/a8k/a70x0_amc/board/dram_port.c2
-rw-r--r--plat/marvell/a8k/a70x0_cust/board/dram_port.c2
-rw-r--r--plat/marvell/a8k/a70x0_pcac/board/dram_port.c2
-rw-r--r--plat/marvell/a8k/a80x0/board/dram_port.c2
-rw-r--r--plat/marvell/a8k/a80x0_mcbin/board/dram_port.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/plat/marvell/a8k/a70x0/board/dram_port.c b/plat/marvell/a8k/a70x0/board/dram_port.c
index ae8ae7ec..99566f9a 100644
--- a/plat/marvell/a8k/a70x0/board/dram_port.c
+++ b/plat/marvell/a8k/a70x0/board/dram_port.c
@@ -51,7 +51,7 @@ struct dram_config dram_cfg;
*/
int update_dram_info(struct dram_config *cfg)
{
- NOTICE("Gathering DRAM information\n");
+ INFO("Gathering DRAM information\n");
return 0;
}
diff --git a/plat/marvell/a8k/a70x0_amc/board/dram_port.c b/plat/marvell/a8k/a70x0_amc/board/dram_port.c
index 3bd7eecd..2ae1107a 100644
--- a/plat/marvell/a8k/a70x0_amc/board/dram_port.c
+++ b/plat/marvell/a8k/a70x0_amc/board/dram_port.c
@@ -51,7 +51,7 @@ struct dram_config dram_cfg;
*/
int update_dram_info(struct dram_config *cfg)
{
- NOTICE("Gathering DRAM information\n");
+ INFO("Gathering DRAM information\n");
return 0;
}
diff --git a/plat/marvell/a8k/a70x0_cust/board/dram_port.c b/plat/marvell/a8k/a70x0_cust/board/dram_port.c
index 513e26ac..476c716e 100644
--- a/plat/marvell/a8k/a70x0_cust/board/dram_port.c
+++ b/plat/marvell/a8k/a70x0_cust/board/dram_port.c
@@ -107,7 +107,7 @@ int update_dram_info(struct dram_config *cfg)
{
struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get();
- NOTICE("Gathering DRAM information\n");
+ INFO("Gathering DRAM information\n");
if (tm->cfg_src == MV_DDR_CFG_SPD) {
/* configure mpps for i2c functionality */
diff --git a/plat/marvell/a8k/a70x0_pcac/board/dram_port.c b/plat/marvell/a8k/a70x0_pcac/board/dram_port.c
index f6b804fa..1d18d9d9 100644
--- a/plat/marvell/a8k/a70x0_pcac/board/dram_port.c
+++ b/plat/marvell/a8k/a70x0_pcac/board/dram_port.c
@@ -51,7 +51,7 @@ struct dram_config dram_cfg;
*/
int update_dram_info(struct dram_config *cfg)
{
- NOTICE("Gathering DRAM information\n");
+ INFO("Gathering DRAM information\n");
return 0;
}
diff --git a/plat/marvell/a8k/a80x0/board/dram_port.c b/plat/marvell/a8k/a80x0/board/dram_port.c
index 7689102c..2197162c 100644
--- a/plat/marvell/a8k/a80x0/board/dram_port.c
+++ b/plat/marvell/a8k/a80x0/board/dram_port.c
@@ -149,7 +149,7 @@ int update_dram_info(struct dram_config *cfg)
{
struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get();
- NOTICE("Gathering DRAM information\n");
+ INFO("Gathering DRAM information\n");
if (tm->cfg_src == MV_DDR_CFG_SPD) {
/* configure MPPs to enable i2c */
diff --git a/plat/marvell/a8k/a80x0_mcbin/board/dram_port.c b/plat/marvell/a8k/a80x0_mcbin/board/dram_port.c
index 68e8a870..8c513ee0 100644
--- a/plat/marvell/a8k/a80x0_mcbin/board/dram_port.c
+++ b/plat/marvell/a8k/a80x0_mcbin/board/dram_port.c
@@ -120,7 +120,7 @@ int update_dram_info(struct dram_config *cfg)
{
struct mv_ddr_topology_map *tm = mv_ddr_topology_map_get();
- NOTICE("Gathering DRAM information\n");
+ INFO("Gathering DRAM information\n");
if (tm->cfg_src == MV_DDR_CFG_SPD) {
/* configure MPPs to enable i2c */