RCW changed when upgraded to latest

We just moved from an older commit of the x2160a_build git (one that is based on LSDK-20.12) to the latest commit of it (which is based on LSDK-21.08).

We noticed that the RCW has changed from:

Reset Configuration Word (RCW):
00000000: 50838338 24500050 00000000 00000000
00000010: 00000000 0e010000 00000000 00000000
00000020: 12c001a0 00002580 00000000 08000086
00000030: 09240000 00000001 00000000 00000000
00000040: 00000000 00000000 00000000 00000000
00000050: 00000000 00000000 00000000 00000000
00000060: 00000000 00000000 00027000 00000000
00000070: 084e0000 00150000

To:
Reset Configuration Word (RCW):
00000000: 50838338 24500050 00000000 00000000
00000010: 00000000 0e010000 00000000 00000000
00000020: 13c001a0 00002580 00000000 08000086
00000030: 09240000 00000001 00000000 00000000
00000040: 00000000 00000000 00000000 00000000
00000050: 00000000 00000000 00000000 00000000
00000060: 00000000 00000000 00027000 00000000
00000070: 084e0000 00150000

So - word at offset 20 changed from 12c001a0 to 13c001a0

Not sure if this is on purpose? what are the consequences?

Thank you

That area of the RCW is the PBI_LENGTH. It is dynamic based on the PBI code.

Thank you@