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

@@ -105,7 +105,3 @@ uint32_t *Blackfin_getBaseAddress();
* Map FPGA
*/
int mapCSP0(void);
/** check kernel version against expected version string (complain if too old)
* @returns OK or FAIL */
int blackfin_checkKernelVersion(char *expectedVersion);