Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/23646
Change subject: [DoNotMerge]intel/cannonlake_rvp: Limit to single core ......................................................................
[DoNotMerge]intel/cannonlake_rvp: Limit to single core
Temporary limited to single core for debugging purpose.
Change-Id: If1d2843a423e51af84aafaf9c6574ba280057c8b Signed-off-by: Lijian Zhao lijian.zhao@intel.com --- M src/mainboard/intel/cannonlake_rvp/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/23646/1
diff --git a/src/mainboard/intel/cannonlake_rvp/Kconfig b/src/mainboard/intel/cannonlake_rvp/Kconfig index fb6f9b1..8e2dfe3 100644 --- a/src/mainboard/intel/cannonlake_rvp/Kconfig +++ b/src/mainboard/intel/cannonlake_rvp/Kconfig @@ -38,7 +38,7 @@
config MAX_CPUS int - default 8 + default 1
config DEVICETREE string