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:
parent
33eaf3a715
commit
41ea7230f7
|
@ -49,10 +49,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "Bayley Bay CRB"
|
default "Bayley Bay CRB"
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xe0000000
|
|
||||||
|
|
||||||
config IRQ_SLOT_COUNT
|
config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 18
|
default 18
|
||||||
|
@ -65,10 +61,6 @@ config CACHE_ROM_SIZE_OVERRIDE
|
||||||
hex
|
hex
|
||||||
default 0x800000
|
default 0x800000
|
||||||
|
|
||||||
config FSP_LOC
|
|
||||||
hex
|
|
||||||
default 0xfffc0000
|
|
||||||
|
|
||||||
config FSP_FILE
|
config FSP_FILE
|
||||||
string
|
string
|
||||||
default "../intel/fsp/baytrail/BAYTRAIL_FSP.fd"
|
default "../intel/fsp/baytrail/BAYTRAIL_FSP.fd"
|
||||||
|
|
Loading…
Reference in New Issue