commit | e443ead21f3af9247b6740b9a71831852aa3597f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 22 10:58:16 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 22 11:59:14 2019 -0500 |
tree | d121b94de6956ea6caa56ea4e35fec4641590f15 | |
parent | 852fceb822526241fb8b6f2c5cb0dad8331eb58d [diff] |
linker: Modify linker scripts to be more generic Make use of "IMAGE_MAX_SIZE" and "IMAGE_TEXT_BASE" rather than CONFIG_SPL_MAX_SIZE and CONFIG_SPL_TEXT_BASE. This lets us re-use the same script for both SPL and TPL. Add logic to scripts/Makefile.spl to pass in the right value when preprocessing the script. Signed-off-by: Tom Rini <trini@konsulko.com>