diff options
Diffstat (limited to 'src/mainboard/iwill')
-rw-r--r-- | src/mainboard/iwill/dk8s2/Kconfig | 8 | ||||
-rw-r--r-- | src/mainboard/iwill/dk8x/Kconfig | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/iwill/dk8s2/Kconfig b/src/mainboard/iwill/dk8s2/Kconfig index 182d93c168..ebf7ecc322 100644 --- a/src/mainboard/iwill/dk8s2/Kconfig +++ b/src/mainboard/iwill/dk8s2/Kconfig @@ -64,7 +64,7 @@ config HW_MEM_HOLE_SIZEK config MAX_CPUS int - default 4 + default 2 depends on BOARD_IWILL_DK8S2 config MAX_PHYSICAL_CPUS @@ -79,17 +79,17 @@ config HW_MEM_HOLE_SIZE_AUTO_INC config SB_HT_CHAIN_ON_BUS0 int - default 2 + default 0 depends on BOARD_IWILL_DK8S2 config HT_CHAIN_END_UNITID_BASE hex - default 0x6 + default 0x20 depends on BOARD_IWILL_DK8S2 config HT_CHAIN_UNITID_BASE hex - default 0xa + default 0x1 depends on BOARD_IWILL_DK8S2 config USE_INIT diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig index 3e304bdfcb..2fef70be34 100644 --- a/src/mainboard/iwill/dk8x/Kconfig +++ b/src/mainboard/iwill/dk8x/Kconfig @@ -63,7 +63,7 @@ config HW_MEM_HOLE_SIZEK config MAX_CPUS int - default 4 + default 2 depends on BOARD_IWILL_DK8X config MAX_PHYSICAL_CPUS @@ -78,17 +78,17 @@ config HW_MEM_HOLE_SIZE_AUTO_INC config SB_HT_CHAIN_ON_BUS0 int - default 2 + default 0 depends on BOARD_IWILL_DK8X config HT_CHAIN_END_UNITID_BASE hex - default 0x6 + default 0x20 depends on BOARD_IWILL_DK8X config HT_CHAIN_UNITID_BASE hex - default 0xa + default 0x1 depends on BOARD_IWILL_DK8X config USE_INIT |