mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
arm: socfpga: Disable "spin-table" method for booting Linux
Standard PSCI function "CPU_ON" provided by ATF is now used by Linux kernel to bring up the secondary CPUs to enable SMP booting in Linux on SoC 64bits platform. Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
This commit is contained in:
parent
ac0c1fda90
commit
dbdc1df877
1 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ config TARGET_SOCFPGA_AGILEX
|
|||
bool
|
||||
select ARMV8_MULTIENTRY
|
||||
select ARMV8_SET_SMPEN
|
||||
select ARMV8_SPIN_TABLE
|
||||
select CLK
|
||||
select FPGA_INTEL_SDM_MAILBOX
|
||||
select NCORE_CACHE
|
||||
|
@ -79,7 +78,6 @@ config TARGET_SOCFPGA_STRATIX10
|
|||
bool
|
||||
select ARMV8_MULTIENTRY
|
||||
select ARMV8_SET_SMPEN
|
||||
select ARMV8_SPIN_TABLE
|
||||
select FPGA_INTEL_SDM_MAILBOX
|
||||
|
||||
choice
|
||||
|
|
Loading…
Add table
Reference in a new issue