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

2019-05-06 Thread Tom Rini
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 Applied to u-boot/master, thanks! -- Tom

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

2019-04-22 Thread Vignesh Raghavendra
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 --- board/ti/am65x/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/ti/am65x/Kconfig b/board/ti/am65x/Kconfig index