commit | e478f7044bfcb30ad2cc963044b166b8de57d0a9 | [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 | 2386edc9a3133e3edb2c8911f038890aa4c6fa22 [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>