commit | be97e406835c57e22e53f94499e9a621c8e3cea5 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Apr 30 14:20:21 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Apr 30 20:59:13 2020 -0500 |
tree | b68b30d4ffc6da0830924a9adb92392392c275b1 | |
parent | 42f3b6b786e51103f81b670deb31185495e29419 [diff] |
soc: nios2: Cleanup linker scripts to use new DTS macros Move defines for _RAM_ADDR, _RAM_SIZE, _ROM_ADDR, and _ROM_ADDR into the linker.ld and thus remove dts_fixup.h. We rework to use DT_REG_ADDR and DT_REG_SIZE on DT_CHOSEN(zephyr_sram) and DT_CHOSEN(zephyr_flash). Also fixup use of _RAM_ADDR/_RAM_SIZE in newlib/libc-hooks.c. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>