commit | 5e653cae7b7831954e587132b7605146eb6db0e0 | [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 | 50e6f1b726629ba2aa3270175a76c1a27f8da9b2 [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>