summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-03-02 12:24:25 -0500
committerTom Rini <[email protected]>2024-03-02 12:27:21 -0500
commit574aac1c8c59522c286bec4cdfb07c22bc3c124d (patch)
tree5e546f8e4b66a37ee56ed2463fc036bea146a36a /board
parentcf6280371fabfb94fbab3ef006030705f5da6661 (diff)
parent3787ee1d2d782cabe604a79c95785276ccd03177 (diff)
Merge branch 'master-riic' of https://source.denx.de/u-boot/custodians/u-boot-sh
- New renesas I2C controller driver and new PMIC driver along with enablement of them.
Diffstat (limited to 'board')
-rw-r--r--board/renesas/rzg2l/rzg2l.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/renesas/rzg2l/rzg2l.c b/board/renesas/rzg2l/rzg2l.c
index 73201a8c69e..0f6d6e7f514 100644
--- a/board/renesas/rzg2l/rzg2l.c
+++ b/board/renesas/rzg2l/rzg2l.c
@@ -56,11 +56,3 @@ int board_init(void)
{
return 0;
}
-
-void reset_cpu(void)
-{
- /*
- * TODO: Implement reset support once TrustedFirmware supports
- * the appropriate call.
- */
-}