mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
e0465f80bd
commit
3c1ec13317
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue