aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/id.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/id.S')
-rw-r--r--src/arch/x86/id.S12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/arch/x86/id.S b/src/arch/x86/id.S
index f10aa08291..6151990e3a 100644
--- a/src/arch/x86/id.S
+++ b/src/arch/x86/id.S
@@ -23,9 +23,15 @@ vendor:
.asciz CONFIG_MAINBOARD_VENDOR
part:
.asciz CONFIG_MAINBOARD_PART_NUMBER
-.long __id_end + CONFIG_ID_SECTION_OFFSET - ver /* Reverse offset to the vendor id */
-.long __id_end + CONFIG_ID_SECTION_OFFSET - vendor /* Reverse offset to the vendor id */
-.long __id_end + CONFIG_ID_SECTION_OFFSET - part /* Reverse offset to the part number */
+.long __id_end + CONFIG_ID_SECTION_OFFSET - ver /* Reverse offset to the
+ *vendor id
+ */
+.long __id_end + CONFIG_ID_SECTION_OFFSET - vendor /* Reverse offset to the
+ * vendor id
+ */
+.long __id_end + CONFIG_ID_SECTION_OFFSET - part /* Reverse offset to the
+ * part number
+ */
.long CONFIG_ROM_SIZE /* Size of this romimage */
.globl __id_end