mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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) Reviewed-on: https://chromium-review.googlesource.com/355266 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
39025cea31
commit
4702f2ef30
3 changed files with 0 additions and 25 deletions
|
@ -16,14 +16,6 @@ config BOOT_MEDIA_SPI_BUS
|
|||
int
|
||||
default 0
|
||||
|
||||
config IFD_BIOS_END
|
||||
hex
|
||||
default 0xF7F000
|
||||
|
||||
config IFD_BIOS_START
|
||||
hex
|
||||
default 0x1000
|
||||
|
||||
config CHROMEOS
|
||||
select CHROMEOS_RAMOOPS_DYNAMIC
|
||||
select CHROMEOS_VBNV_CMOS
|
||||
|
|
|
@ -43,14 +43,6 @@ config PREBUILT_SPI_IMAGE
|
|||
string
|
||||
default "amenia.bin.orig.a0"
|
||||
|
||||
config IFD_BIOS_END
|
||||
hex
|
||||
default 0x77F000
|
||||
|
||||
config IFD_BIOS_START
|
||||
hex
|
||||
default 0x1000
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 8
|
||||
|
|
|
@ -18,13 +18,4 @@ config MAINBOARD_VENDOR
|
|||
string
|
||||
default "Intel"
|
||||
|
||||
config IFD_BIOS_END
|
||||
hex
|
||||
default 0x6FF000
|
||||
|
||||
config IFD_BIOS_START
|
||||
hex
|
||||
default 0x1000
|
||||
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue