
These were missed when removing the rest of the tricorder platform.
Fixes: d137604c20a4 ("arm: Remove tricorder board") Signed-off-by: Tom Rini trini@konsulko.com --- Kconfig | 3 --- boot/Kconfig | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/Kconfig b/Kconfig index a7b2b6db7425..eb55f2511d95 100644 --- a/Kconfig +++ b/Kconfig @@ -599,7 +599,6 @@ config SYS_HAS_SRAM bool default y if TARGET_PIC32MZDASK default y if TARGET_DEVKIT8000 - default y if TARGET_TRICORDER help Enable this to allow support for the on board SRAM. SRAM base address is controlled by CONFIG_SYS_SRAM_BASE. @@ -609,14 +608,12 @@ config SYS_SRAM_BASE hex default 0x80000000 if TARGET_PIC32MZDASK default 0x40200000 if TARGET_DEVKIT8000 - default 0x40200000 if TARGET_TRICORDER default 0x0
config SYS_SRAM_SIZE hex default 0x00080000 if TARGET_PIC32MZDASK default 0x10000 if TARGET_DEVKIT8000 - default 0x10000 if TARGET_TRICORDER default 0x0
config SYS_MONITOR_LEN diff --git a/boot/Kconfig b/boot/Kconfig index b9287c606856..ba77130449a3 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -234,7 +234,7 @@ config SPL_LOAD_FIT_ADDRESS hex "load address of fit image" depends on SPL_LOAD_FIT default 0x44000000 if ARCH_IMX8M - default 0x0 + default SYS_LOAD_ADDR help Specify the load address of the fit image that will be loaded by SPL.