hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
u-boot/drivers/clk/clk-uclass.c
....@@ -237,10 +237,11 @@
237237 {
238238 int ret;
239239
240
+#ifndef CONFIG_SPL_BUILD
240241 /* If this is running pre-reloc state, don't take any action. */
241242 if (!(gd->flags & GD_FLG_RELOC))
242243 return 0;
243
-
244
+#endif
244245 debug("%s(%s)\n", __func__, dev_read_name(dev));
245246
246247 ret = clk_set_default_parents(dev);