Re: [PATCH 1/1] armv8: Fix compilation error with SYS_DCACHE_OFF

2023-08-22 Thread bhupesh . sharma
On 8/11/23 7:31 PM, Tom Rini wrote: On Fri, Aug 11, 2023 at 11:12:28AM +0530, Bhupesh Sharma wrote: > If CONFIG_SYS_ICACHE_OFF and CONFIG_SYS_DCACHE_OFF are set, we see the > following errors while compiling u-boot: > >arch/arm/cpu/armv8/cpu.c:60: undefined reference to `icache_disable' >

Re: [PATCH 1/1] armv8: Fix compilation error with SYS_DCACHE_OFF

2023-08-11 Thread Tom Rini
On Fri, Aug 11, 2023 at 11:12:28AM +0530, Bhupesh Sharma wrote: > If CONFIG_SYS_ICACHE_OFF and CONFIG_SYS_DCACHE_OFF are set, we see the > following errors while compiling u-boot: > > arch/arm/cpu/armv8/cpu.c:60: undefined reference to `icache_disable' > aarch64-linux-gnu-ld.bfd: arch/arm/cpu

[PATCH 1/1] armv8: Fix compilation error with SYS_DCACHE_OFF

2023-08-10 Thread Bhupesh Sharma
If CONFIG_SYS_ICACHE_OFF and CONFIG_SYS_DCACHE_OFF are set, we see the following errors while compiling u-boot: arch/arm/cpu/armv8/cpu.c:60: undefined reference to `icache_disable' aarch64-linux-gnu-ld.bfd: arch/arm/cpu/armv8/cpu.c:68: undefined reference to `dcache_disable' aarch64-linux-g