summaryrefslogtreecommitdiffstats
path: root/drivers/ram
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-12 07:31:48 +0900
committerTom Rini <trini@konsulko.com>2015-08-18 13:46:02 -0400
commit40c9abbd6b591bf01f85e8f47de2f75ba68b7c47 (patch)
tree0e7c3509f49b6c5864852959b4e5c885bdb6f939 /drivers/ram
parent5525958346e62a37a6cd5f92cf3e7551d9f74bcf (diff)
downloadblackbird-obmc-uboot-40c9abbd6b591bf01f85e8f47de2f75ba68b7c47.tar.gz
blackbird-obmc-uboot-40c9abbd6b591bf01f85e8f47de2f75ba68b7c47.zip
ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/ram')
-rw-r--r--drivers/ram/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
index 642a2d8948..ff09f226df 100644
--- a/drivers/ram/Kconfig
+++ b/drivers/ram/Kconfig
@@ -8,7 +8,7 @@ config RAM
the RAM size can either be statically defined or dynamically
detected.
-config SPL_RAM_SUPPORT
+config SPL_RAM
bool "Enable RAM support in SPL"
depends on RAM
help
OpenPOWER on IntegriCloud