From: Dinh Nguyen <dinguyen@kernel.org>
Date: Tue, 23 Apr 2019 21:55:06 +0000 (-0500)
Subject: configs: socfpga: add imply pl310 cache controller
X-Git-Tag: v2025.01-rc5-pxa1908~3000^2~18
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=aaa64803700c29905927b7ebf81fa7bb6ef3c200;p=u-boot.git

configs: socfpga: add imply pl310 cache controller

Select the PL310 UCLASS_CACHE driver for SoCFPGA.

Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 49f01f1ff1..5be959bf8b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -847,6 +847,7 @@ config ARCH_SOCFPGA
 	imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE
 	imply SPL_SPI_FLASH_SUPPORT
 	imply SPL_SPI_SUPPORT
+	imply L2X0_CACHE
 
 config ARCH_SUNXI
 	bool "Support sunxi (Allwinner) SoCs"