Move mips-arc link address. Previous link address was chosen
in belief that RAM on SGI platforms grows down while in fact it grows up from an unusual base.
This commit is contained in:
parent
17fca5734b
commit
8528c879e3
7 changed files with 24 additions and 19 deletions
|
@ -80,7 +80,7 @@
|
|||
#define GRUB_DECOMPRESSOR_MIPS_QEMU_MIPS_UNCOMPRESSED_ADDR 0x10
|
||||
#define GRUB_KERNEL_MIPS_QEMU_MIPS_TOTAL_MODULE_SIZE 0x08
|
||||
|
||||
#define GRUB_KERNEL_MIPS_ARC_LINK_ADDR 0x8bd00000
|
||||
#define GRUB_KERNEL_MIPS_ARC_LINK_ADDR 0x88200000
|
||||
|
||||
#define GRUB_KERNEL_MIPS_ARC_LINK_ALIGN 32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue