This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 2b8c59fcf1 arch/risc-v/litex: fix typo 2b8c59fcf1 is described below commit 2b8c59fcf15257ecf96f28951ee0e4ac54da0ab7 Author: Richard Tucker <rtuc...@mookins.com> AuthorDate: Sat Jun 4 20:46:46 2022 +1000 arch/risc-v/litex: fix typo --- arch/risc-v/src/litex/litex_cache.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/risc-v/src/litex/litex_cache.S b/arch/risc-v/src/litex/litex_cache.S index 33acb50430..c54a864274 100644 --- a/arch/risc-v/src/litex/litex_cache.S +++ b/arch/risc-v/src/litex/litex_cache.S @@ -72,7 +72,7 @@ up_invalidate_dcache_all: .globl up_invalidate_icache_all .type up_invalidate_icache_all, function -up_invalidate_dcaup_invalidate_icache_allhe_all: +up_invalidate_icache_all: .word 0x100F nop nop