From: Dinh Nguyen Date: Tue, 23 Apr 2019 21:55:06 +0000 (-0500) Subject: configs: socfpga: add imply pl310 cache controller X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?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 Reviewed-by: Simon Glass Signed-off-by: Dinh Nguyen --- 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"