diff --git a/lk2nd/smp/spin-table/spin-table.c b/lk2nd/smp/spin-table/spin-table.c index 0a6ec3b2c..c24e956db 100644 --- a/lk2nd/smp/spin-table/spin-table.c +++ b/lk2nd/smp/spin-table/spin-table.c @@ -208,10 +208,6 @@ static int lk2nd_smp_spin_table_setup(void *dtb, const char *cmdline, struct smp_spin_table *smp; int cpus, ret, node; - /* Downstream boots CPUs itself */ - if (boot_type & (BOOT_DOWNSTREAM | BOOT_LK2ND)) - return 0; - cpus = check_cpus(dtb, boot_type & BOOT_ARM64, lk2nd_cmdline_scan(cmdline, "lk2nd.spin-table=force")); if (cpus < 0)