Also-By: Bob Picco <bob.picco@oracle.com>
+2013-12-18 Allen Pais <allen.pais@oracle.com>
+2013-12-18 Bob Picco <bob.picco@oracle.com>
+
+ * grub-core/boot/sparc64/ieee1275/boot.S: Fix order of fields.
+
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
Make grub_zlib_decompress handle incomplete chunks.
. = _start + GRUB_BOOT_MACHINE_BOOT_DEVPATH
boot_path:
. = _start + GRUB_BOOT_MACHINE_KERNEL_BYTE
-kernel_byte: .xword (2 << 9)
boot_path_end:
+kernel_byte: .xword (2 << 9)
kernel_address: .word GRUB_BOOT_MACHINE_KERNEL_ADDR
#else
#define boot_path (_start + 512 + SCRATCH_PAD_BOOT_SIZE)