bayleybay_fsp Kconfig: Remove unnecessary overrides

Use the default mmconf base address and fsp locations.

Change-Id: Ia9116b0f0fc799592df2a10b10e086cfc88b394c
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/5982
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Martin Roth 2014-06-12 10:34:47 -06:00 committed by Martin Roth
parent 33eaf3a715
commit 41ea7230f7
1 changed files with 0 additions and 8 deletions

View File

@ -49,10 +49,6 @@ config MAINBOARD_PART_NUMBER
string
default "Bayley Bay CRB"
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config IRQ_SLOT_COUNT
int
default 18
@ -65,10 +61,6 @@ config CACHE_ROM_SIZE_OVERRIDE
hex
default 0x800000
config FSP_LOC
hex
default 0xfffc0000
config FSP_FILE
string
default "../intel/fsp/baytrail/BAYTRAIL_FSP.fd"