Apply linuxbios-rename-other-payload-options.patch
[coreboot.git] / src / mainboard / intel / xe7501devkit / Options.lb
index 278c773ab173efb1e658d01da360f22a50f0e63e..2fac701b8f8f2b77e848ae683f527909cb02e9e6 100644 (file)
@@ -9,7 +9,8 @@ uses CONFIG_LOGICAL_CPUS
 uses CONFIG_MAX_PHYSICAL_CPUS
 uses CONFIG_IOAPIC
 uses CONFIG_SMP
-uses CONFIG_ROM_STREAM
+uses CONFIG_ROM_PAYLOAD
+uses CONFIG_COMPRESSED_PAYLOAD_LZMA
 uses STACK_SIZE
 uses HEAP_SIZE
 uses USE_OPTION_TABLE
@@ -45,7 +46,7 @@ uses DEBUG
 uses CONFIG_IDE
 
 ## The default definitions are used for these
-uses CONFIG_ROM_STREAM_START
+uses CONFIG_ROM_PAYLOAD_START
 uses PAYLOAD_SIZE
 
 ## These are defined in target Config.lb, don't add here
@@ -167,7 +168,7 @@ default _RAMBASE=0x00004000
 ##
 ## Load the payload from the ROM
 ##
-default CONFIG_ROM_STREAM = 1
+default CONFIG_ROM_PAYLOAD = 1
 
 ###
 ### Defaults of options that you may want to override in the target config file