diff options
Diffstat (limited to 'board/phytec/phycore_imx93/spl.c')
-rw-r--r-- | board/phytec/phycore_imx93/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/phycore_imx93/spl.c b/board/phytec/phycore_imx93/spl.c index 5efa38a1442..17a8736c73f 100644 --- a/board/phytec/phycore_imx93/spl.c +++ b/board/phytec/phycore_imx93/spl.c @@ -130,7 +130,7 @@ void board_init_f(ulong dummy) debug("LC: 0x%x\n", gd->arch.lifecycle); } - clock_init(); + clock_init_late(); power_init_board(); |