Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/28933
Change subject: mb/google/poppy/var/ampton: Get rid of min board id for DRAM in CBI ......................................................................
mb/google/poppy/var/ampton: Get rid of min board id for DRAM in CBI
All ampton boards should have the DRAM info configured in CBI and so DRAM_PART_NUM_ALWAYS_IN_CBI is already selected for ampton. This change gets rid of the redundant minimum board id value for Ampton.
BUG=b:117071184
Change-Id: I59f60b8c5aa34b55b8e473c06cc49ea7ae284d62 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/mainboard/google/octopus/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/28933/1
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index ba1e861..62a7486 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -133,7 +133,6 @@ default 2 if BOARD_GOOGLE_FLEEX default 9 if BOARD_GOOGLE_BOBBA default 1 if BOARD_GOOGLE_MEEP - default 255 if BOARD_GOOGLE_AMPTON default 255 if BOARD_GOOGLE_OCTOPUS
endif # BOARD_GOOGLE_OCTOPUS