Remove obsolete TINY_BOOTBLOCK
Change-Id: I0edc69dc5f95cc32ee648eb094c9e5387f80db47 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/470 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
2a830d0b98
commit
188a9b0a7f
|
@ -40,7 +40,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select AMDMCT
|
||||
select HAVE_ACPI_TABLES
|
||||
select BOARD_ROMSIZE_KB_4096
|
||||
select TINY_BOOTBLOCK
|
||||
select GFXUMA
|
||||
select UDELAY_LAPIC
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select AMDMCT
|
||||
select HAVE_ACPI_TABLES
|
||||
select BOARD_ROMSIZE_KB_2048
|
||||
select TINY_BOOTBLOCK
|
||||
select GFXUMA
|
||||
select UDELAY_LAPIC
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select BOARD_ROMSIZE_KB_2048
|
||||
select RAMINIT_SYSINFO
|
||||
select ENABLE_APIC_EXT_ID
|
||||
select TINY_BOOTBLOCK
|
||||
select GFXUMA
|
||||
select HAVE_DEBUG_CAR
|
||||
select SET_FIDVID
|
||||
|
|
Loading…
Reference in New Issue