[coreboot-gerrit] Change in ...coreboot[master]: src/vendorcode: [test] Fix invalid hexadecimal number.

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Tue Nov 27 09:02:02 CET 2018


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29852


Change subject: src/vendorcode: [test] Fix invalid hexadecimal number.
......................................................................

src/vendorcode: [test] Fix invalid hexadecimal number.

Change-Id: Ifdef135aa7517477a10657bb01f866ec41f5bdf7
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/29852/1

diff --git a/src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc b/src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc
index f444852..f68c9dc 100644
--- a/src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc
+++ b/src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc
@@ -523,7 +523,7 @@
 
     LOCAL   node_core_f14_exit
 
-    cmp     $0x-1, %si                      # Has node/core already been discovered?
+    cmp     $-1, %si                    # Has node/core already been discovered?
     jnz     node_core_f14_exit          # Br if yes
 
     AMD_CPUID   $CPUID_MODEL

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/29852
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifdef135aa7517477a10657bb01f866ec41f5bdf7
Gerrit-Change-Number: 29852
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181127/7055de92/attachment.html>


More information about the coreboot-gerrit mailing list