commit | 6ca84e3c9a79d7354b2a0c4bd68f6e746b97d02a | [log] [tgz] |
---|---|---|
author | Nhut Nguyen <nhut.nguyen.kc@renesas.com> | Tue Apr 01 16:11:56 2025 +0700 |
committer | Benjamin Cabé <kartben@gmail.com> | Sun Apr 06 12:18:07 2025 +0200 |
tree | d143dbc52cd4fe4ca6e0a61558df8b7d55b6000c | |
parent | c2235a727d20a769328c05e61a3b46b12b5ba74c [diff] |
soc: renesas: rz: Fix loader program Due to a change in linker script cortex_a_r/scripts/linker.ld , the _image_ram_start has been changed so the Zephyr image cannot be copied from flash to ram as expected and cannot run properly. It is replaced by CONFIG_SRAM_BASE_ADDRESS, the _image_ram_size is also replaced by _flash_used as a preventive measure. Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>