aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLeo Yu-Chi Liang <ycliang@andestech.com>2024-05-28 20:49:57 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2024-05-30 16:01:09 +0800
commitcea0ed2e3f37a36e6243bed8c3491d2281c30287 (patch)
treed31d21ebf1adffbefec27966a1ea8a417515713e /arch
parentceec4761141a920602c4a4c7b90039d144ec2e58 (diff)
downloadu-boot-cea0ed2e3f37a36e6243bed8c3491d2281c30287.zip
u-boot-cea0ed2e3f37a36e6243bed8c3491d2281c30287.tar.gz
u-boot-cea0ed2e3f37a36e6243bed8c3491d2281c30287.tar.bz2
riscv: remove cache enablement in start.S
Cache could be enabled in harts_early_init board-specific hook, so remove cache enablement in start.S Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/cpu/start.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/riscv/cpu/start.S b/arch/riscv/cpu/start.S
index a9e1935..8e58f64 100644
--- a/arch/riscv/cpu/start.S
+++ b/arch/riscv/cpu/start.S
@@ -210,10 +210,6 @@ wait_for_gd_init:
bnez s2, secondary_hart_loop
#endif
- /* Enable cache */
- jal icache_enable
- jal dcache_enable
-
#ifdef CONFIG_DEBUG_UART
jal debug_uart_init
#endif