commit | 6880b330a9f96403985bf70962934f9a7a2a1397 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 12 22:12:33 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 16:20:18 2021 -0500 |
tree | 4b0863bc2c896036bf0e381e61c6e6193cbd2e8c | |
parent | 7856cd5a6dd66c2085d7162b4e9f89f0750834db [diff] |
warp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR from CONFIG namespace In the case of CONFIG_SYS_FDT_ADDR this was being used to modify the default value of fdt_addr / fdt_addr_r, which is not something to expose in this manner and is not otherwise done. The case of SYS_ENV_ADDR is similar but only done on the pic32mzdask platform, for scriptaddr. Signed-off-by: Tom Rini <trini@konsulko.com>