]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/bs16.S
EmbeddedPkg/MmcDxe: Improved parameters checking
[mirror_edk2.git] / DuetPkg / BootSector / bs16.S
index 217bef3b082a9465c44d0fff1619ecbdc7136dce..503f2e9f4d7d588ebd5654de1e23aa2c9fb724ee 100644 (file)
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------\r
 #*\r
-#*   Copyright 2006 - 2007, Intel Corporation                                                         \r
-#*   All rights reserved. This program and the accompanying materials                          \r
+#*   Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+#*   This program and the accompanying materials                          \r
 #*   are licensed and made available under the terms and conditions of the BSD License         \r
 #*   which accompanies this distribution.  The full text of the license may be found at        \r
 #*   http://opensource.org/licenses/bsd-license.php                                            \r
@@ -119,7 +119,7 @@ BootSectorEntryPoint:
 FindEFILDR: \r
   cmpl   $LOADER_FILENAME_PART1, (%di)        # Compare to "EFIL"\r
   jne   FindVARSTORE\r
-       cmpl   $LOADER_FILENAME_PART2, 4(%di) \r
+  cmpl   $LOADER_FILENAME_PART2, 4(%di) \r
   jne   FindVARSTORE\r
   cmpl   $LOADER_FILENAME_PART3, 7(%di) \r
   jne   FindVARSTORE\r