aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/octopus/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index 62a748683e..f00803dce0 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -118,6 +118,7 @@ config DRAM_PART_NUM_IN_CBI
default y if BOARD_GOOGLE_MEEP
default y if BOARD_GOOGLE_AMPTON
default y if BOARD_GOOGLE_FLEEX
+ default y if BOARD_GOOGLE_BOBBA
config DRAM_PART_NUM_ALWAYS_IN_CBI
bool
@@ -131,7 +132,7 @@ config DRAM_PART_IN_CBI_BOARD_ID_MIN
default 255 if BOARD_GOOGLE_BIP
default 2 if BOARD_GOOGLE_PHASER
default 2 if BOARD_GOOGLE_FLEEX
- default 9 if BOARD_GOOGLE_BOBBA
+ default 3 if BOARD_GOOGLE_BOBBA
default 1 if BOARD_GOOGLE_MEEP
default 255 if BOARD_GOOGLE_OCTOPUS