Load calibration when initializing gram
authorJean THOMAS <git0@pub.jeanthomas.me>
Thu, 30 Jul 2020 16:28:21 +0000 (18:28 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Thu, 30 Jul 2020 16:28:21 +0000 (18:28 +0200)
libgram/src/init.c

index 49033c1d3c33d490f70e4e65f2d9aeb55c286e8b..68bd0d573f5b4b01a68780cfd68da3d237e129f2 100644 (file)
@@ -8,5 +8,6 @@ int gram_init(struct gramCtx *ctx, const struct gramProfile *profile, void *ddr_
 
        dfii_setsw(ctx, true);
        dfii_initseq(ctx, profile);
+       gram_load_calibration(ctx, profile);
        dfii_setsw(ctx, false);
 }