mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
dm: Add support for RAM drivers
Add support for a driver which sets up DRAM and can return information about the amount of RAM available. This is a first step towards moving RAM init to driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -78,6 +78,7 @@ libs-$(CONFIG_SPL_NET_SUPPORT) += net/
|
||||
libs-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/
|
||||
libs-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/phy/
|
||||
libs-$(CONFIG_SPL_USBETH_SUPPORT) += drivers/net/phy/
|
||||
libs-$(CONFIG_SPL_RAM_SUPPORT) += drivers/ram/
|
||||
libs-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += drivers/usb/musb-new/
|
||||
libs-$(CONFIG_SPL_USBETH_SUPPORT) += drivers/usb/gadget/
|
||||
libs-$(CONFIG_SPL_WATCHDOG_SUPPORT) += drivers/watchdog/
|
||||
|
||||
Reference in New Issue
Block a user