change barrier ids

should allow old and bugged GM9 versions to boot the newer ones
This commit is contained in:
Wolfvak 2020-08-20 09:59:52 -03:00 committed by GitHub
parent 7edf8a998b
commit ce498103e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,8 @@ enum {
* those used by any other software
*/
enum {
PXI_BOOT_BARRIER = 19,
PXI_FIRMLAUNCH_BARRIER = 153,
PXI_BOOT_BARRIER = 21,
PXI_FIRMLAUNCH_BARRIER = 154,
};
#define PXI_FIFO_LEN (16)