diff options
Diffstat (limited to 'src/mainboard/iwill/dk8x/Kconfig')
-rw-r--r-- | src/mainboard/iwill/dk8x/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig index 2fef70be34..ccacfd2f2a 100644 --- a/src/mainboard/iwill/dk8x/Kconfig +++ b/src/mainboard/iwill/dk8x/Kconfig @@ -38,7 +38,7 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE config APIC_ID_OFFSET hex - default 0x8 + default 0x0 depends on BOARD_IWILL_DK8X config LB_CKS_RANGE_END @@ -103,5 +103,5 @@ config SERIAL_CPU_INIT config IRQ_SLOT_COUNT int - default 11 + default 9 depends on BOARD_IWILL_DK8X |