I build the u-boot-2017.11 and u-boot-2021.07 for P2020RDB-PC and get two u-boot.bin file, 542KB for u-boot-2021.07 and 768KB for u-boot-2017.11. There is something different in these two u-boot.bin files.
In u-boot-2017.11 u-boot.bin file, the last part

but in u-boot-2021.7 u-boot.bin file ,the last part

I know that the reset vector is 0xfffffffc, and I flashed the 2017.7 u-boot.bin from 0xfff40000 of the nor flash, the board works. which address for 2021.7 u-boot.bin to flash? what is the difference between these two versions?