From ce498103e190f0e2a5f4a7a3441b2da99b49030a Mon Sep 17 00:00:00 2001 From: Wolfvak Date: Thu, 20 Aug 2020 09:59:52 -0300 Subject: [PATCH] change barrier ids should allow old and bugged GM9 versions to boot the newer ones --- common/pxi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/pxi.h b/common/pxi.h index d012c3f..3095958 100644 --- a/common/pxi.h +++ b/common/pxi.h @@ -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)