pxelinux: use alignb not alignz in a bss sections
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 21 Jun 2010 22:14:19 +0000 (15:14 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 21 Jun 2010 22:14:19 +0000 (15:14 -0700)
In .bss sections use alignb, not alignz.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/pxelinux.asm

index 6fb77c2..8084ac9 100644 (file)
@@ -534,7 +534,7 @@ KeepPXE             db 0                    ; Should PXE be kept around?
 ; Linux kernel expects in the ip= option.
 ;
                section .bss16
-               alignz 4
+               alignb 4
                global IPInfo
 IPInfo:
 .IPv4          resd 1                  ; IPv4 information