mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
ARM: imx: Add weak default reset_cpu()
Add weak default reset_cpu() implementation needed by e.g. panic(). Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -510,3 +510,7 @@ char nxp_board_rev_string(void)
|
||||
return (*rev + nxp_board_rev() - 1);
|
||||
}
|
||||
#endif
|
||||
|
||||
__weak void reset_cpu(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user