soc/intel/cannonlake: Change max root port to 16

Cannonlake SOC support up to 16 PCI express root port.

BUG=CID 1381813;1381814;

Change-Id: I4df610e3fb01bd8e62be7e9c62144125f2a96c25
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/22122
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Lijian Zhao 2017-10-20 09:19:07 -07:00 committed by Martin Roth
parent fea2429e25
commit c85890d0d8
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ config IED_REGION_SIZE
config MAX_ROOT_PORTS
int
default 24
default 16
config SMM_TSEG_SIZE
hex