moved verifykernelversion to common

This commit is contained in:
2021-10-29 16:43:48 +02:00
parent 2813cd5ac2
commit 45b3514118
9 changed files with 65 additions and 116 deletions

View File

@ -188,7 +188,7 @@ int checkKernelVersion() {
#ifdef VIRTUAL
return OK;
#endif
return Nios_checkKernelVersion(KERNEL_DATE_VRSN);
return validateKernelVersion(KERNEL_DATE_VRSN);
}
int checkType() {