summaryrefslogtreecommitdiff
path: root/src/soc/marvell/armada38x/Kconfig
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-05-22 14:32:30 -0700
committerFurquan Shaikh <furquan@google.com>2017-05-24 04:43:23 +0200
commit53bbf87a4c145d6394935f315b06ffc81c939b47 (patch)
tree1b84cee23366fa73efc6bb5186caff056f679d9f /src/soc/marvell/armada38x/Kconfig
parent12eca76469670d444897e67368a0d0a70787ad52 (diff)
soc/marvell/armada38x: Remove unused SoC armada38x
No mainboard is actually using this SoC. Remove the code for this SoC for now. BUG=b:38430839 Change-Id: Ia35986dffda8bbd76305ef5abab6ae81cc154b0f Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/19824 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/marvell/armada38x/Kconfig')
-rw-r--r--src/soc/marvell/armada38x/Kconfig30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/soc/marvell/armada38x/Kconfig b/src/soc/marvell/armada38x/Kconfig
deleted file mode 100644
index 20f9d09c89..0000000000
--- a/src/soc/marvell/armada38x/Kconfig
+++ /dev/null
@@ -1,30 +0,0 @@
-config SOC_MARVELL_ARMADA38X
- bool
- default n
- select ARCH_BOOTBLOCK_ARMV7
- select ARCH_VERSTAGE_ARMV7
- select ARCH_ROMSTAGE_ARMV7
- select ARCH_RAMSTAGE_ARMV7
- select HAVE_UART_SPECIAL
- select BOOTBLOCK_CONSOLE
- select BOOTBLOCK_CUSTOM
- select GENERIC_UDELAY
- select UART_OVERRIDE_REFCLK
-
-if SOC_MARVELL_ARMADA38X
-
-config VBOOT
- select VBOOT_RETURN_FROM_VERSTAGE
-
-config BOOTBLOCK_CPU_INIT
- string
- default "soc/marvell/armada38x/bootblock.c"
- help
- CPU/SoC-specific bootblock code. This is useful if the
- bootblock must load microcode or copy data from ROM before
- searching for the bootblock.
-
-config CONSOLE_SERIAL_UART_ADDRESS
- hex
- default 0xf1012000
-endif