mainboard: Remove use of IFD_BIOS_START/IFD_BIOS_END
BUG=chrome-os-partner:54563 Change-Id: If07710333cbb84ce70d6d4fa40602a74c898c08a Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/15293 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
8065bd4ce1
commit
0e820ce745
|
@ -16,14 +16,6 @@ config BOOT_MEDIA_SPI_BUS
|
||||||
int
|
int
|
||||||
default 0
|
default 0
|
||||||
|
|
||||||
config IFD_BIOS_END
|
|
||||||
hex
|
|
||||||
default 0xF7F000
|
|
||||||
|
|
||||||
config IFD_BIOS_START
|
|
||||||
hex
|
|
||||||
default 0x1000
|
|
||||||
|
|
||||||
config CHROMEOS
|
config CHROMEOS
|
||||||
select CHROMEOS_RAMOOPS_DYNAMIC
|
select CHROMEOS_RAMOOPS_DYNAMIC
|
||||||
select CHROMEOS_VBNV_CMOS
|
select CHROMEOS_VBNV_CMOS
|
||||||
|
|
|
@ -40,14 +40,6 @@ config PREBUILT_SPI_IMAGE
|
||||||
string
|
string
|
||||||
default "amenia.bin.orig.a0"
|
default "amenia.bin.orig.a0"
|
||||||
|
|
||||||
config IFD_BIOS_END
|
|
||||||
hex
|
|
||||||
default 0x77F000
|
|
||||||
|
|
||||||
config IFD_BIOS_START
|
|
||||||
hex
|
|
||||||
default 0x1000
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 8
|
default 8
|
||||||
|
|
|
@ -18,13 +18,4 @@ config MAINBOARD_VENDOR
|
||||||
string
|
string
|
||||||
default "Intel"
|
default "Intel"
|
||||||
|
|
||||||
config IFD_BIOS_END
|
|
||||||
hex
|
|
||||||
default 0x6FF000
|
|
||||||
|
|
||||||
config IFD_BIOS_START
|
|
||||||
hex
|
|
||||||
default 0x1000
|
|
||||||
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue