1
0
Fork 0

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>
utp
Masahiro Yamada 2015-08-12 07:31:48 +09:00 committed by Tom Rini
parent 5525958346
commit 40c9abbd6b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ obj-$(CONFIG_SPL_DMA_SUPPORT) += dma/
obj-$(CONFIG_SPL_ETH_SUPPORT) += net/
obj-$(CONFIG_SPL_ETH_SUPPORT) += net/phy/
obj-$(CONFIG_SPL_USBETH_SUPPORT) += net/phy/
obj-$(CONFIG_SPL_RAM_SUPPORT) += ram/
obj-$(CONFIG_SPL_RAM) += ram/
obj-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += usb/musb-new/
obj-$(CONFIG_SPL_USBETH_SUPPORT) += usb/gadget/
obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/

View File

@ -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