aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/scaleway/tagada/Kconfig
diff options
context:
space:
mode:
authorJulien Viard de Galbert <jviarddegalbert@online.net>2018-02-13 22:05:26 +0100
committerMartin Roth <martinroth@google.com>2018-02-16 17:12:13 +0000
commitd5a19285278260f2b76fee62e055e2c9d171ff3b (patch)
treea645ef29db17d4436ef63549d004e97dce390e2e /src/mainboard/scaleway/tagada/Kconfig
parent3c5019dfd90654682132e78cddc90710a012ffd8 (diff)
mb/scaleway/tagada: Remove memory down option
The board does not have memory down, only 2 DDR4 Slots. Change-Id: I70eda83fbce7a707da170c7e555ed1a6dc6b1f4a Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net> Reviewed-on: https://review.coreboot.org/23738 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/scaleway/tagada/Kconfig')
-rw-r--r--src/mainboard/scaleway/tagada/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/scaleway/tagada/Kconfig b/src/mainboard/scaleway/tagada/Kconfig
index 4c9aafd581..53c1f6de04 100644
--- a/src/mainboard/scaleway/tagada/Kconfig
+++ b/src/mainboard/scaleway/tagada/Kconfig
@@ -33,17 +33,4 @@ config MAINBOARD_VENDOR
string
default "Scaleway"
-config ENABLE_FSP_MEMORY_DOWN
- bool "Enable Memory Down"
- default n
- help
- Select this option to enable Memory Down function.
-
-config SPD_LOC
- depends on ENABLE_FSP_MEMORY_DOWN
- hex "SPD binary location in cbfs"
- default 0xfffdf000
- help
- Location of SPD binary for memory down function.
-
endif # BOARD_SCALEWAY_TAGADA