Changeset 25f089b in mainline for arch/mips32/loader/boot.S


Ignore:
Timestamp:
2006-06-10T11:04:11Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5cd717
Parents:
2d1a1d4
Message:

mips piggybacker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/loader/boot.S

    r2d1a1d4 r25f089b  
    2929#include "regname.h"
    3030
    31 #define INITIAL_STACK 0x10000
     31#define INITIAL_STACK 0x40000
    3232
    3333.set noat
     
    4040start:
    4141        lui $sp, INITIAL_STACK >> 16
    42     ori $sp, $sp, INITIAL_STACK & 0xffff       
    43 
     42        ori $sp, $sp, INITIAL_STACK & 0xffff
     43       
    4444        j bootstrap
    4545        nop
Note: See TracChangeset for help on using the changeset viewer.