Changeset 8ec30d9 in mainline


Ignore:
Timestamp:
2008-09-08T06:10:50Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd83ccea
Parents:
a1696d8
Message:

Get rid of mips32 legacy init address and size macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/Makefile.inc

    ra1696d8 r8ec30d9  
    3939
    4040KERNEL_LOAD_ADDRESS = 0x80100000
    41 INIT_ADDRESS = 0x81000000
    42 INIT_SIZE = 262144
    4341
    4442GCC_CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss
    4543
    46 DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} -DINIT_ADDRESS=${INIT_ADDRESS} -DINIT_SIZE=${INIT_SIZE}
     44DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS}
    4745
    4846## Compile with hierarchical page tables support.
     
    7270        TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips/bin
    7371        GCC_CFLAGS += -EB -DBIG_ENDIAN -DARCH_HAS_FPU -mips3
    74         INIT_ADDRESS = 0x81800000
    7572endif
    7673ifeq ($(MACHINE),simics)
Note: See TracChangeset for help on using the changeset viewer.