"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

riscv: AVAILABLE_HARTS is not compatible with XIP

If CONFIG_AVAILABLE_HARTS=y, variable available_harts_lock is created in
the data section which will not be writable while executing from flash.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

authored by

Heinrich Schuchardt and committed by
Leo Yu-Chi Liang
490be9de 3691fbcc

+1
+1
arch/riscv/Kconfig
··· 459 459 460 460 config AVAILABLE_HARTS 461 461 bool "Send IPI by available harts" 462 + depends on !XIP 462 463 default y 463 464 help 464 465 By default, IPI sending mechanism will depend on available_harts.