commit | d760a5efb94dadb5ea810c79830cef68de2a774f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Jun 02 08:57:32 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 14 16:10:49 2019 -0400 |
tree | e8769009be412b1c3bcaaaf256af2129cedb6af0 | |
parent | c7110a0ad5ee901c9df7e7e98b63724f44332e18 [diff] |
configs: Migrate CONFIG_SYS_LDSCRIPT to Kconfig In order to migrate this symbol to Kconfig introduce a new symbol to guard it, CONFIG_SYS_CUSTOM_LDSCRIPT. When that is set we can then provide the exact final location o the script. Signed-off-by: Tom Rini <trini@konsulko.com>