riscv: ae350: Disable AVAILABLE_HARTS

Disable AVAILABLE_HARTS mechanism to make sure that all harts
can boot to Kernel shell successfully.

Signed-off-by: Rick Chen <rick@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
Rick Chen 2022-09-21 14:34:55 +08:00 committed by Leo Yu-Chi Liang
parent e0465f80bd
commit 3c1ec13317
2 changed files with 2 additions and 0 deletions

View file

@ -48,3 +48,4 @@ CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_ATCSPI200_SPI=y
# CONFIG_BINMAN_FDT is not set
# CONFIG_AVAILABLE_HARTS is not set

View file

@ -49,3 +49,4 @@ CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_ATCSPI200_SPI=y
# CONFIG_BINMAN_FDT is not set
# CONFIG_AVAILABLE_HARTS is not set