diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-10-04 18:55:40 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-10-04 18:55:40 +0000 |
commit | 24796fd364176ce8bb4f4eb727e0ba2ece188c08 (patch) | |
tree | 08b54626dd61f7c0dddab795ff0025acd71eefe8 /src/mainboard/intel/xe7501devkit | |
parent | 70b0cf23ce18371be96062476e4fdc88d4930683 (diff) |
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
Diffstat (limited to 'src/mainboard/intel/xe7501devkit')
-rw-r--r-- | src/mainboard/intel/xe7501devkit/Options.lb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/intel/xe7501devkit/Options.lb b/src/mainboard/intel/xe7501devkit/Options.lb index aba952b1a1..19ac7fedeb 100644 --- a/src/mainboard/intel/xe7501devkit/Options.lb +++ b/src/mainboard/intel/xe7501devkit/Options.lb @@ -46,10 +46,6 @@ uses CONFIG_DEBUG #uses CONFIG_CPU_OPT uses CONFIG_IDE -## The default definitions are used for these -uses CONFIG_ROM_PAYLOAD_START -uses CONFIG_PAYLOAD_SIZE - ## These are defined in target Config.lb, don't add here uses CONFIG_USE_FALLBACK_IMAGE uses CONFIG_ROM_SIZE |