aboutsummaryrefslogtreecommitdiff
path: root/src/config/Options.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r--src/config/Options.lb14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 071362a596..882219673c 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -246,14 +246,8 @@ define CONFIG_ROM_SECTION_OFFSET
export used
comment "Default rom section offset"
end
-define CONFIG_PAYLOAD_SIZE
- default {CONFIG_ROM_SECTION_SIZE - CONFIG_ROM_IMAGE_SIZE}
- format "0x%x"
- export always
- comment "Default payload size"
-end
define CONFIG_ROMBASE
- default {CONFIG_PAYLOAD_SIZE}
+ default {0xffffffff - CONFIG_ROM_SIZE + 1}
format "0x%x"
export always
comment "Base address of coreboot in ROM"
@@ -646,12 +640,6 @@ define CONFIG_ROM_PAYLOAD
export always
comment "Boot image is located in ROM"
end
-define CONFIG_ROM_PAYLOAD_START
- default {0xffffffff - CONFIG_ROM_SIZE + CONFIG_ROM_SECTION_OFFSET + 1}
- format "0x%x"
- export always
- comment "ROM stream start location"
-end
define CONFIG_COMPRESSED_PAYLOAD_NRV2B
default 0
export always