configs: ibex-ast2700: Explicitly disable Zaamo and Zalrsc extension
authorYao Zi <ziyao@disroot.org>
Tue, 2 Sep 2025 08:19:31 +0000 (08:19 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Fri, 19 Sep 2025 11:22:29 +0000 (19:22 +0800)
commit06b22f38af96ba9d347f2f70bc5ab8d41dd79312
tree5c7c01960bd792a6e79243ec23c91429ad668d61
parentfde7702c9b5a440fe86b4a8f35485f1920744ba7
configs: ibex-ast2700: Explicitly disable Zaamo and Zalrsc extension

This board supports neither Zaamo nor Zalrsc extension, thus we want to
build it without "a" specified in the ISA string passed to compiler in
case of misused A-extension instructions. With RISCV_ISA_ZAAMO and
RISCV_ISA_ZALRSC Kconfig options introduced, we must explicitly disable
both of them to achieve this.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
configs/ibex-ast2700_defconfig