Nokia RX-51: Use U-Boot generic position independent code
authorPali Rohár <pali@kernel.org>
Thu, 11 Aug 2022 20:27:22 +0000 (22:27 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 20 Aug 2022 20:17:50 +0000 (16:17 -0400)
commitc5be5f6f54893bce9b5f3e8e4b35e38c923fc069
tree8a6a1e1f6a1a967f8e27ac8bd26b48a5a2e2ccc2
parent7c4ad9821758f98db127e9d6864671c906c02d3b
Nokia RX-51: Use U-Boot generic position independent code

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 fixup/copy code which is being deleted (as it is not needed anymore).

Signed-off-by: Pali Rohár <pali@kernel.org>
arch/arm/mach-omap2/omap3/Kconfig
board/nokia/rx51/lowlevel_init.S
configs/nokia_rx51_defconfig