From fbd150383954671bdeeef9c8161cabd9bbe0627b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 20 Jun 2014 21:21:51 -0600 Subject: fsp_baytrail: Minor Kconfig updates - remove the Kconfig text when setting the default for the FSP location. The text was showing up twice in the config menu. - Remove an extra 'the' in the help text. Change-Id: I3777833bf32e19bbe5a8493578a9346d6ab062a4 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/6090 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel --- src/soc/intel/fsp_baytrail/fsp/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/intel/fsp_baytrail/fsp/Kconfig b/src/soc/intel/fsp_baytrail/fsp/Kconfig index 09493250d8..73800d6989 100644 --- a/src/soc/intel/fsp_baytrail/fsp/Kconfig +++ b/src/soc/intel/fsp_baytrail/fsp/Kconfig @@ -30,12 +30,12 @@ config FSP_FILE The path and filename of the Intel FSP binary for this platform. config FSP_LOC - hex "Intel FSP Binary location in CBFS" + hex default 0xfffc0000 help The location in CBFS that the FSP is located. This must match the value that is set in the FSP binary. If the FSP needs to be moved, - rebase the FSP with the Intel's BCT (tool). + rebase the FSP with Intel's BCT (tool). The Bay Trail FSP is built with a preferred base address of 0xFFFC0000. -- cgit v1.2.3