]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: ae350: Disable AVAILABLE_HARTS
authorRick Chen <rick@andestech.com>
Wed, 21 Sep 2022 06:34:55 +0000 (14:34 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 26 Sep 2022 06:29:44 +0000 (14:29 +0800)
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>
configs/ae350_rv32_spl_defconfig
configs/ae350_rv64_spl_defconfig

index 9b79cc41b55230fd762b7b92411eab1d619bda53..1cc98a2653905dda250f044bc0448f2d96f2901f 100644 (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
index 4c33ca238334f595f99cd7ca76e5b1c017d93e1f..4318300300f5320ad70be0fb7bf637abfb1aa256 100644 (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