diff --git a/plat/marvell/armada/a3k/common/cm3_system_reset.c b/plat/marvell/armada/a3k/common/cm3_system_reset.c index 548ff5168..f105d5990 100644 --- a/plat/marvell/armada/a3k/common/cm3_system_reset.c +++ b/plat/marvell/armada/a3k/common/cm3_system_reset.c @@ -58,5 +58,5 @@ void cm3_system_reset(void) } /* If we reach here, the command is not implemented. */ - ERROR("System reset command not implemented in WTMI firmware!\n"); + WARN("System reset command not implemented in WTMI firmware!\n"); }