From: Dinh Nguyen <dinguyen@kernel.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCHv1 3/4] configs: socfpga: add imply pl310 cache controller
Date: Fri, 8 Mar 2019 10:16:50 -0600 [thread overview]
Message-ID: <20190308161651.10160-4-dinguyen@kernel.org> (raw)
In-Reply-To: <20190308161651.10160-1-dinguyen@kernel.org>
Select the PL310 UCLASS_CACHE driver for SoCFPGA.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f42eccef80..f4c6262bb0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -845,6 +845,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"
--
2.20.0
next prev parent reply other threads:[~2019-03-08 16:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-08 16:16 [U-Boot] [PATCHv1 0/4] dm: cache: add dm cache driver Dinh Nguyen
2019-03-08 16:16 ` [U-Boot] [PATCHv1 1/4] ARM: pl310: Add macro's for handling tag and data latency mask Dinh Nguyen
2019-03-08 19:16 ` Marek Vasut
2019-03-08 16:16 ` [U-Boot] [PATCHv1 2/4] dm: cache: Create a uclass for cache controller Dinh Nguyen
2019-03-08 19:16 ` Marek Vasut
2019-03-10 21:51 ` Simon Glass
2019-03-08 16:16 ` Dinh Nguyen [this message]
2019-03-08 19:16 ` [U-Boot] [PATCHv1 3/4] configs: socfpga: add imply pl310 " Marek Vasut
2019-03-08 16:16 ` [U-Boot] [PATCHv1 4/4] ARM: socfpga: use the pl310 driver to configure the cache Dinh Nguyen
2019-03-08 19:17 ` Marek Vasut
2019-03-08 19:16 ` [U-Boot] [PATCHv1 0/4] dm: cache: add dm cache driver Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190308161651.10160-4-dinguyen@kernel.org \
--to=dinguyen@kernel.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox