From 856731d3ba4ad0824c90668eda2f59dc251ee4f5 Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Mon, 7 Sep 2020 13:26:51 +0200 Subject: lib/Kconfig: Drop obsolete help text from GENERIC_SPD_BIN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SMBus code is linked unconditionally since commit 0e3c59e. This change drops that obsolete part from the help text. Change-Id: I603ab012760684021be1b5eca5d0ddff69463b79 Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/45145 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/lib/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/Kconfig b/src/lib/Kconfig index a6fb1f149e..d91ec5875e 100644 --- a/src/lib/Kconfig +++ b/src/lib/Kconfig @@ -34,8 +34,7 @@ config GENERIC_SPD_BIN bool help If enabled, add support for adding spd.hex files in cbfs as spd.bin - and locating it runtime to load SPD. Additionally provide provision to - fetch SPD over SMBus. + and locating it runtime to load SPD. config DIMM_MAX int -- cgit v1.2.3