Changeset 24241cf in mainline for arch/mips/boot


Ignore:
Timestamp:
2005-09-10T17:30:56Z (21 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1493d9
Parents:
9060bd1
Message:

Basic changes to boot it on SGI Indy.

Location:
arch/mips/boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/boot/Makefile

    r9060bd1 r24241cf  
    1414
    1515ASFLAGS=-mips2 -I../../../include
    16 LFLAGS=--oformat=binary -mips2 -e start -T _link.ld
     16LFLAGS=--oformat=binary -e start -T _link.ld
    1717
    1818.S.o:
  • arch/mips/boot/boot.S

    r9060bd1 r24241cf  
    3434
    3535#include <arch/asm/boot.h>
     36
     37#ifndef KERNEL_LOAD_ADDRESS
     38# define KERNEL_LOAD_ADDRESS 0x80010000
     39#endif
    3640       
    3741.global start
Note: See TracChangeset for help on using the changeset viewer.