summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-08-27 11:56:49 +0100
committerTom Rini <trini@konsulko.com>2019-08-31 09:27:19 -0400
commit296439e0b1670217f07d00bcd5d60be00b9bca70 (patch)
treee9f8821f0422207344aa6fc5bfbf6bd915cd1f7e /arch/arm
parent3c7166dbb464a65d9822cfee7c233a7d8c1a9672 (diff)
Revert "vexpress64: fvp dram: add DRAM configuration"
This reverts commit fc04b923541d984b1544056fd3bfa8129d4e5aac where the FVP DRAM configuration was added. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 37b2585f566..3b0e315061a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1066,16 +1066,6 @@ config TARGET_VEXPRESS64_BASE_FVP
select PL01X_SERIAL
select SEMIHOSTING
-config TARGET_VEXPRESS64_BASE_FVP_DRAM
- bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
- select ARM64
- select PL01X_SERIAL
- help
- This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
- the default config to allow the user to load the images directly into
- DRAM using model parameters rather than by using semi-hosting to load
- the files from the host filesystem.
-
config TARGET_VEXPRESS64_JUNO
bool "Support Versatile Express Juno Development Platform"
select ARM64