[PATCH v2 0/2] riscv: select ARCH_USE_SYM_ANNOTATIONS

From: Jisheng Zhang
Date: Tue Jul 09 2024 - 12:20:00 EST


commit 76329c693924 ("riscv: Use SYM_*() assembly macros instead
of deprecated ones"), most riscv has been to converted the new style
SYM_ assembler annotations. The remaining one is sifive's
errata_cip_453.S, so convert to new style SYM_ annotations as well.
After that select ARCH_USE_SYM_ANNOTATIONS.


Since v1:
- add new patch to convert sifive's errata_cip_453.S, thank Clément
- update patch2 commit msg

Jisheng Zhang (2):
riscv: errata: sifive: Use SYM_*() assembly macros
riscv: select ARCH_USE_SYM_ANNOTATIONS

arch/riscv/Kconfig | 1 +
arch/riscv/errata/sifive/errata_cip_453.S | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)

--
2.43.0