diff mbox series

[U-Boot,v2,2/2] board: ti: am654: select SYS_DISABLE_DCACHE_OPS for arm64 build

Message ID 20190422161333.5022-3-vigneshr@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Add Kconfig to disable cache ops | expand

Commit Message

Raghavendra, Vignesh April 22, 2019, 4:13 p.m. UTC
AM654 SoC is IO coherent wrt A53 cores, therefore enable
SYS_DISABLE_DCACHE_OPS to avoid cache operations in A53
SPL/U-Boot.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
 board/ti/am65x/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini May 6, 2019, 11:13 a.m. UTC | #1
On Mon, Apr 22, 2019 at 09:43:33PM +0530, Vignesh Raghavendra wrote:

> AM654 SoC is IO coherent wrt A53 cores, therefore enable
> SYS_DISABLE_DCACHE_OPS to avoid cache operations in A53
> SPL/U-Boot.
> 
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/board/ti/am65x/Kconfig b/board/ti/am65x/Kconfig
index d4b36dbb42f3..98172c28f5d3 100644
--- a/board/ti/am65x/Kconfig
+++ b/board/ti/am65x/Kconfig
@@ -11,6 +11,7 @@  config TARGET_AM654_A53_EVM
 	bool "TI K3 based AM654 EVM running on A53"
 	select ARM64
 	select SOC_K3_AM6
+	select SYS_DISABLE_DCACHE_OPS
 
 config TARGET_AM654_R5_EVM
 	bool "TI K3 based AM654 EVM running on R5"