]> Git Repo - J-u-boot.git/blobdiff - lib/time.c
tpm: add kconfig control in tcg2_create_digest()
[J-u-boot.git] / lib / time.c
index 872f73d521e1e0f3e231a1add6591418e1a43c21..d88edafb1962d70653dff76e18b4c52f8aba07f1 100644 (file)
@@ -100,7 +100,7 @@ uint64_t notrace get_ticks(void)
 
        ret = timer_get_count(gd->timer, &count);
        if (ret) {
-               if (spl_phase() > PHASE_TPL)
+               if (xpl_phase() > PHASE_TPL)
                        panic("Could not read count from timer (err %d)\n",
                              ret);
                else
This page took 0.020831 seconds and 4 git commands to generate.