diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-12 22:12:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 16:20:18 -0500 |
commit | 6880b330a9f96403985bf70962934f9a7a2a1397 (patch) | |
tree | 4b0863bc2c896036bf0e381e61c6e6193cbd2e8c /board/warp7 | |
parent | 7856cd5a6dd66c2085d7162b4e9f89f0750834db (diff) | |
download | u-boot-6880b330a9f96403985bf70962934f9a7a2a1397.tar.gz |
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>
Diffstat (limited to 'board/warp7')
-rw-r--r-- | board/warp7/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/warp7/Kconfig b/board/warp7/Kconfig index e5051cdda6..05b4420afc 100644 --- a/board/warp7/Kconfig +++ b/board/warp7/Kconfig @@ -14,12 +14,6 @@ config WARP7_ROOT_PART partition that is typically specified with root=/dev/sdaX or which gets converted into a root=PARTUUID=some_uuid. -config SYS_FDT_ADDR - hex "FDT load address" - default 0x83000000 - help - The address the FDT file should be loaded to. - config IMX_CONFIG default "board/warp7/imximage.cfg" |