Commit 284a8908 authored by Andrew Kreimer's avatar Andrew Kreimer Committed by Simona Vetter
Browse files
parent e0a8f8c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

/*
 * =========== FW API version information beginning ================
 *  The bellow values will be used to construct the version info this way:
 *  The below values will be used to construct the version info this way:
 *  fw_bin_header->api_version[VPU_BOOT_API_VER_ID] = (VPU_BOOT_API_VER_MAJOR << 16) |
 *  VPU_BOOT_API_VER_MINOR;
 *  VPU_BOOT_API_VER_PATCH will be ignored. KMD and compatibility is not affected if this changes