summaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/id.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/lib/id.inc')
-rw-r--r--src/arch/i386/lib/id.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/lib/id.inc b/src/arch/i386/lib/id.inc
index c2f634ea00..181ab63d28 100644
--- a/src/arch/i386/lib/id.inc
+++ b/src/arch/i386/lib/id.inc
@@ -8,7 +8,7 @@ part:
.asciz CONFIG_MAINBOARD_PART_NUMBER
.long __id_end + 0x10 - vendor /* Reverse offset to the vendor id */
.long __id_end + 0x10 - part /* Reverse offset to the part number */
-.long CONFIG_PAYLOAD_SIZE + CONFIG_ROM_IMAGE_SIZE /* Size of this romimage */
+.long CONFIG_ROM_SIZE /* Size of this romimage */
.globl __id_end
__id_end: