summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-10-26 08:09:59 -0600
committerTom Rini <[email protected]>2024-10-29 16:17:47 -0600
commit35d643018cae11e22a2d1e5b658acfd8900557c5 (patch)
tree478c6821186f70cbb1e17bf912f6dbedd1d7b746 /Kconfig
parent4ea1deb4bfdbda6e66cbb8a10967008a35cef1ef (diff)
Kconfig: Remove TARGET_TRICORDER references
These were missed when removing the rest of the tricorder platform. Fixes: d137604c20a4 ("arm: Remove tricorder board") Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/Kconfig b/Kconfig
index a7b2b6db742..eb55f2511d9 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