global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / drivers / timer / arm_global_timer.c
index 065f10b..2e50d9f 100644 (file)
@@ -59,7 +59,7 @@ static int arm_global_timer_probe(struct udevice *dev)
                        return ret;
                uc_priv->clock_rate = ret;
        } else {
-               uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK;
+               uc_priv->clock_rate = CFG_SYS_HZ_CLOCK;
        }
 
        /* init timer */