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@se-eng.com> Reviewed-on: http://review.coreboot.org/6090 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
2c28ee83cb
commit
fbd1503839
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue