From 483bfb88aadef37fdc567bbf8447d95bbb47c4eb Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Wed, 2 Feb 2022 13:21:31 +0200 Subject: [PATCH] scripts: Makefile.spl: Enable memory drivers to be built for SPL We will need ti-gpmc driver for SPL. Allow memory drivers do be built for SPL. Signed-off-by: Roger Quadros --- scripts/Makefile.spl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 9f1f7445d7..4b57435aaf 100644 --- a/scripts/Makefile.spl +++ b/scripts/Makefile.spl @@ -93,6 +93,7 @@ endif endif libs-y += drivers/ +libs-y += drivers/memory/ libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/dwc3/ libs-$(CONFIG_SPL_USB_GADGET) += drivers/usb/cdns3/ libs-y += dts/