Simplify targets/amd/serengeti_cheetah/Config.lb. There were too many
variables being set incorrectly. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4747 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ea1522b016
commit
e3fcd45a7f
2 changed files with 1 additions and 59 deletions
|
|
@ -5,6 +5,7 @@
|
|||
if CONFIG_USE_FAILOVER_IMAGE
|
||||
default CONFIG_ROM_SECTION_SIZE = CONFIG_FAILOVER_SIZE
|
||||
default CONFIG_ROM_SECTION_OFFSET = ( CONFIG_ROM_SIZE - CONFIG_FAILOVER_SIZE )
|
||||
default CONFIG_ROM_IMAGE_SIZE = CONFIG_FAILOVER_SIZE
|
||||
else
|
||||
if CONFIG_USE_FALLBACK_IMAGE
|
||||
default CONFIG_ROM_SECTION_SIZE = CONFIG_FALLBACK_SIZE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue