[coreboot-gerrit] New patch to review for coreboot: d8118f9 fsp_baytrail: Minor Kconfig updates

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Sat Jun 21 05:22:38 CEST 2014


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6090

-gerrit

commit d8118f93932318b782a89e7645ffeee0a21f25be
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Fri Jun 20 21:21:51 2014 -0600

    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 <martin.roth at se-eng.com>
---
 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 0949325..73800d6 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.



More information about the coreboot-gerrit mailing list