Changeset aa72859 in mainline for arch/mips32/Makefile.inc


Ignore:
Timestamp:
2005-11-22T18:44:55Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
db41406
Parents:
7453929
Message:

preparation for init task loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    r7453929 raa72859  
    4242
    4343KERNEL_LOAD_ADDRESS = 0x80100000
     44INIT_ADDRESS = 0x80110000
     45INIT_SIZE = 65536
    4446CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss
    45 DEFS += -DMACHINE=${MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS}
     47DEFS += -DMACHINE=${MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} -DINIT_ADDRESS=${INIT_ADDRESS} -DINIT_SIZE=${INIT_SIZE}
    4648
    4749## Accepted MACHINEs
Note: See TracChangeset for help on using the changeset viewer.