Kconfig: Remove TARGET_TRICORDER references
These were missed when removing the rest of the tricorder platform.
Fixes: d137604c20
("arm: Remove tricorder board")
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
3
Kconfig
3
Kconfig
@@ -599,7 +599,6 @@ config SYS_HAS_SRAM
|
|||||||
bool
|
bool
|
||||||
default y if TARGET_PIC32MZDASK
|
default y if TARGET_PIC32MZDASK
|
||||||
default y if TARGET_DEVKIT8000
|
default y if TARGET_DEVKIT8000
|
||||||
default y if TARGET_TRICORDER
|
|
||||||
help
|
help
|
||||||
Enable this to allow support for the on board SRAM.
|
Enable this to allow support for the on board SRAM.
|
||||||
SRAM base address is controlled by CONFIG_SYS_SRAM_BASE.
|
SRAM base address is controlled by CONFIG_SYS_SRAM_BASE.
|
||||||
@@ -609,14 +608,12 @@ config SYS_SRAM_BASE
|
|||||||
hex
|
hex
|
||||||
default 0x80000000 if TARGET_PIC32MZDASK
|
default 0x80000000 if TARGET_PIC32MZDASK
|
||||||
default 0x40200000 if TARGET_DEVKIT8000
|
default 0x40200000 if TARGET_DEVKIT8000
|
||||||
default 0x40200000 if TARGET_TRICORDER
|
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
||||||
config SYS_SRAM_SIZE
|
config SYS_SRAM_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x00080000 if TARGET_PIC32MZDASK
|
default 0x00080000 if TARGET_PIC32MZDASK
|
||||||
default 0x10000 if TARGET_DEVKIT8000
|
default 0x10000 if TARGET_DEVKIT8000
|
||||||
default 0x10000 if TARGET_TRICORDER
|
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
||||||
config SYS_MONITOR_LEN
|
config SYS_MONITOR_LEN
|
||||||
|
Reference in New Issue
Block a user