commit | bedc8fe9e978c7d73e72b545b978c55e1fa877d6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jun 01 16:17:32 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Jun 01 16:30:54 2019 -0400 |
tree | 1e73473dfcd5d658fde94f3f810b07a7cddab141 | |
parent | 80ff4a594faaa72e988ac14b3b67d8af1bc2079d [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>