From 2c343386dffe747dad93c06cbef938d467f481e5 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Thu, 4 Oct 2018 23:09:49 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/28933 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Karthik Ramasubramanian Reviewed-by: Justin TerAvest Reviewed-by: Jett Rink Reviewed-by: Aaron Durbin --- src/mainboard/google/octopus/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/octopus/Kconfig') diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index ba1e861b20..62a748683e 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -133,7 +133,6 @@ config DRAM_PART_IN_CBI_BOARD_ID_MIN 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 -- cgit v1.2.3