mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	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:
		
				
					committed by
					
						 Tom Rini
						Tom Rini
					
				
			
			
				
	
			
			
			
						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/ | ||||||
| obj-$(CONFIG_SPL_ETH_SUPPORT) += net/phy/ | obj-$(CONFIG_SPL_ETH_SUPPORT) += net/phy/ | ||||||
| obj-$(CONFIG_SPL_USBETH_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_MUSB_NEW_SUPPORT) += usb/musb-new/ | ||||||
| obj-$(CONFIG_SPL_USBETH_SUPPORT) += usb/gadget/ | obj-$(CONFIG_SPL_USBETH_SUPPORT) += usb/gadget/ | ||||||
| obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/ | obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/ | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ config RAM | |||||||
| 	  the RAM size can either be statically defined or dynamically | 	  the RAM size can either be statically defined or dynamically | ||||||
| 	  detected. | 	  detected. | ||||||
|  |  | ||||||
| config SPL_RAM_SUPPORT | config SPL_RAM | ||||||
| 	bool "Enable RAM support in SPL" | 	bool "Enable RAM support in SPL" | ||||||
| 	depends on RAM | 	depends on RAM | ||||||
| 	help | 	help | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user