warp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR from CONFIG namespace
authorTom Rini <trini@konsulko.com>
Mon, 13 Dec 2021 03:12:33 +0000 (22:12 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 27 Dec 2021 21:20:18 +0000 (16:20 -0500)
commit6880b330a9f96403985bf70962934f9a7a2a1397
tree4b0863bc2c896036bf0e381e61c6e6193cbd2e8c
parent7856cd5a6dd66c2085d7162b4e9f89f0750834db
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>
board/warp7/Kconfig
include/configs/pic32mzdask.h
include/configs/warp7.h