arch/x86/id.S: Remove unneeded whitespace before tab
Change-Id: I053a2a8cff3fda1a1074f74e4d4c174a0cb24d86 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50429 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
89c05c56c0
commit
f26b2e5c91
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ part:
|
|||
.asciz CONFIG_MAINBOARD_PART_NUMBER
|
||||
|
||||
#if ENV_X86_64
|
||||
.long 0xffffffff - ver + 1 /* Reverse offset to the version */
|
||||
.long 0xffffffff - ver + 1 /* Reverse offset to the version */
|
||||
.long 0xffffffff - vendor + 1 /* Reverse offset to the vendor id */
|
||||
.long 0xffffffff - part + 1 /* Reverse offset to the part number */
|
||||
#else
|
||||
.long - ver /* Reverse offset to the version */
|
||||
.long - ver /* Reverse offset to the version */
|
||||
.long - vendor /* Reverse offset to the vendor id */
|
||||
.long - part /* Reverse offset to the part number */
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue