]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/bootsect.S
Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from...
[mirror_edk2.git] / DuetPkg / BootSector / bootsect.S
index 336c82bcb6f834725f081f8eb9e8ef1b16e17484..178f94c5dcf7ff69ece389055f30701899f62d10 100644 (file)
@@ -43,7 +43,7 @@
 .equ                      LOADER_FILENAME_PART3, 0x020202020    # "____"\r
 \r
         .org 0x0\r
-ASM_GLOBAL _start\r
+.global _start\r
 _start:\r
 Ia32Jump: \r
   jmp   BootSectorEntryPoint  # JMP inst                  - 3 bytes\r
@@ -129,7 +129,7 @@ BootSectorEntryPoint:
   xorw  %bx, %bx\r
 \r
 FindEFILDR: \r
-       cmpl   $LOADER_FILENAME_PART1, (%di)        # Compare to "EFIL"\r
+  cmpl   $LOADER_FILENAME_PART1, (%di)        # Compare to "EFIL"\r
   jne   FindVARSTORE\r
   cmpl   $LOADER_FILENAME_PART2, 4(%di) \r
   jne   FindVARSTORE\r