]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/boot/sparc64/ieee1275/boot.S: Fix order of fields.
authorAllen Pais <allen.pais@oracle.com>
Thu, 19 Dec 2013 00:53:56 +0000 (01:53 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 19 Dec 2013 00:53:56 +0000 (01:53 +0100)
Also-By: Bob Picco <bob.picco@oracle.com>
ChangeLog
grub-core/boot/sparc64/ieee1275/boot.S

index 8dfaf47d43bfd721b6c0b359b0720126bd6e9d41..6fb80b43aa9fd45c41a2fe40032ba1c0d07c69ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index efe090e0c799c0e93c6c3ae7624ad3d264587b71..5073677499e67df05a98eacd68d21537e4c47059 100644 (file)
@@ -44,8 +44,8 @@ pic_base:
        . = _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)