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>
This commit is contained in:
parent
5525958346
commit
40c9abbd6b
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user