u-boot/drivers/clk/clk-uclass.c
.. .. @@ -237,10 +237,11 @@ 237 237 { 238 238 int ret; 239 239 240 +#ifndef CONFIG_SPL_BUILD240 241 /* If this is running pre-reloc state, don't take any action. */ 241 242 if (!(gd->flags & GD_FLG_RELOC)) 242 243 return 0; 243 -244 +#endif244 245 debug("%s(%s)\n", __func__, dev_read_name(dev)); 245 246 246 247 ret = clk_set_default_parents(dev);