Re: [PATCH 2/5] Nokia RX-51: Use U-Boot generic position independent code

2022-08-20 Thread Tom Rini
On Thu, Aug 11, 2022 at 10:27:22PM +0200, Pali Rohár wrote: > Switch from custom board specific fixup/copy code to U-Boot generic > position independent code provided by config option POSITION_INDEPENDENT. > > This also slightly decrease size of u-boot.bin binary (by 52 bytes). Note > that option

[PATCH 2/5] Nokia RX-51: Use U-Boot generic position independent code

2022-08-11 Thread Pali Rohár
Switch from custom board specific fixup/copy code to U-Boot generic position independent code provided by config option POSITION_INDEPENDENT. This also slightly decrease size of u-boot.bin binary (by 52 bytes). Note that option POSITION_INDEPENDENT increase size but not more than custom board fixu