arm64: renesas: Rewrite u-boot-elf.srec base address if PIE for R-Car Gen3
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 12 Jan 2025 22:47:45 +0000 (23:47 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 18 Jan 2025 08:29:17 +0000 (09:29 +0100)
commit74d12f1b0edddb571b5541d8c3b0801037d73a7e
treea6dba6b4fef45e1f7dc454b34414a8efca16c4da
parentc11dc783fb4418393dd08d39ee01debfc2dea4d4
arm64: renesas: Rewrite u-boot-elf.srec base address if PIE for R-Car Gen3

The flash_writer tool and previous recovery tools require the SREC load
address to be 0x5000_0000 . The PIE U-Boot build sets the address to 0x0
instead, so override the address back to make u-boot-elf.srec compatible
with the recovery tools.

Tested-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Makefile