ARM: renesas: Turn on PIE for Gen3
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 13 Jun 2021 20:40:45 +0000 (22:40 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 8 Aug 2021 10:27:04 +0000 (12:27 +0200)
commit2525fa3cb881791da98407dff947d343a6646e4f
tree9f6ff2cad67cf16da49c1e10d7429d2ffc17f56e
parentcc68d3fcce423f023539ed2e478c71f9e6be68f8
ARM: renesas: Turn on PIE for Gen3

Turn on PIE, so that the U-Boot binary can be started from any arbitrary
location in DRAM instead of a predefined fixed one. Note that this patch
is not setting SYS_TEXT_BASE=0x0 yet, since that triggers relocation bugs
in env code that are yet to be fixed.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
arch/arm/mach-rmobile/Kconfig