diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index 7288a7855..7305c54e2 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -111,7 +111,9 @@ __attribute__((__used__)) int main(int i, char **c) #ifndef CONFIG_BIOS_NO_BUILD_TIME printf(" BIOS built on "__DATE__" "__TIME__"\n"); #endif +#ifndef CONFIG_BIOS_NO_CRC crcbios(); +#endif printf("\n"); printf(" LiteX git sha1: "LITEX_GIT_SHA1"\n"); printf("\n");