This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.
Both were only really used in pre-cbfs, as the payload's size isn't relevant for the build process anymore. Various calculations in {no,}failovercalculation.lb are adapted accordingly. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4720 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -10,7 +10,6 @@ uses CONFIG_ARCH
|
||||
uses CONFIG_COMPRESS
|
||||
uses CONFIG_IOAPIC
|
||||
uses CONFIG_ROM_PAYLOAD
|
||||
uses CONFIG_ROM_PAYLOAD_START
|
||||
uses CONFIG_UDELAY_TSC
|
||||
uses CPU_FIXUP
|
||||
uses CONFIG_HAVE_FALLBACK_BOOT
|
||||
@@ -29,7 +28,6 @@ uses CONFIG_MAINBOARD_VENDOR
|
||||
uses CONFIG_SMP
|
||||
uses CONFIG_MAX_CPUS
|
||||
uses CONFIG_MEMORY_HOLE
|
||||
uses CONFIG_PAYLOAD_SIZE
|
||||
uses CONFIG_RAMBASE
|
||||
uses CONFIG_ROMBASE
|
||||
uses CONFIG_ROM_IMAGE_SIZE
|
||||
|
Reference in New Issue
Block a user