Am 11.10.2019 um 11:52 schrieb Ley Foon Tan:
Enable cache driver build in SPL.

Signed-off-by: Ley Foon Tan <ley.foon....@intel.com>
---
  drivers/Makefile | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/Makefile b/drivers/Makefile
index a4bb5e4975..0d231cddbb 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -30,6 +30,7 @@ obj-$(CONFIG_$(SPL_TPL_)TPM) += tpm/
  ifndef CONFIG_TPL_BUILD
  ifdef CONFIG_SPL_BUILD
+obj-$(CONFIG_CACHE) += cache/

Hmm, I'm not sure this can go in via the socfpga tree (in this series). Does this change break any existing configs?

You'd probably have to run this separate from this series so that Tom or Simon (Glass) can apply it...?

Regards,
Simon

  obj-$(CONFIG_SPL_BOOTCOUNT_LIMIT) += bootcount/
  obj-$(CONFIG_SPL_CPU_SUPPORT) += cpu/
  obj-$(CONFIG_SPL_CRYPTO_SUPPORT) += crypto/


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to