Skip to content
Snippets Groups Projects
Commit a4ea9201 authored by Joel Stanley's avatar Joel Stanley Committed by Cédric Le Goater
Browse files

arm/ast2600: Fix SMP booting with -kernel


The ast2600 machines do not have PSCI firmware, so this property should
have never been set. Removing this node fixes SMP booting Linux kernels
that have PSCI enabled, as Linux fails to find PSCI in the device tree
and falls back to the soc-specific method for enabling secondary CPUs.

The comment is out of date as Qemu has supported -kernel booting since
9bb6d140 ("aspeed: Add boot stub for smp booting"), in v5.1.

Fixes: f25c0ae1 ("aspeed/soc: Add AST2600 support")
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Reviewed-by: default avatarCédric Le Goater <clg@kaod.org>
Tested-by: default avatarCédric Le Goater <clg@kaod.org>
Message-Id: <20210303010505.635621-1-joel@jms.id.au>
Signed-off-by: default avatarCédric Le Goater <clg@kaod.org>
parent 229a8345
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment