diff options
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxc/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Kconfig | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/gigabyte/ga-6bxc/Kconfig b/src/mainboard/gigabyte/ga-6bxc/Kconfig index 41a465fcd0..31e9cd9596 100644 --- a/src/mainboard/gigabyte/ga-6bxc/Kconfig +++ b/src/mainboard/gigabyte/ga-6bxc/Kconfig @@ -46,6 +46,6 @@ config HAVE_OPTION_TABLE config IRQ_SLOT_COUNT int - default 5 + default 6 depends on BOARD_GIGABYTE_GA_6BXC diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig index a4796e7c25..cd53f49247 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig +++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig @@ -36,12 +36,12 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE config APIC_ID_OFFSET hex - default 16 + default 0x10 depends on BOARD_GIGABYTE_GA_2761GXDK config MEM_TRAIN_SEQ int - default 1 + default 2 depends on BOARD_GIGABYTE_GA_2761GXDK config SB_HT_CHAIN_ON_BUS0 diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig index c02cda450d..ff18dd40d4 100644 --- a/src/mainboard/gigabyte/m57sli/Kconfig +++ b/src/mainboard/gigabyte/m57sli/Kconfig @@ -39,12 +39,12 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE config APIC_ID_OFFSET hex - default 16 + default 0x10 depends on BOARD_GIGABYTE_M57SLI config MEM_TRAIN_SEQ int - default 1 + default 2 depends on BOARD_GIGABYTE_M57SLI config SB_HT_CHAIN_ON_BUS0 |