Changeset edd7aa6d in mainline for kernel/arch/arm32/Makefile.inc


Ignore:
Timestamp:
2009-02-17T21:55:57Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e45a3b9
Parents:
81c8d54
Message:

remove non-standard define

File:
1 edited

Legend:

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

    r81c8d54 redd7aa6d  
    3636TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm
    3737
    38 KERNEL_LOAD_ADDRESS = 0x80200000
    39 DMACHINE = MACHINE_GXEMUL_TESTARM
    40 
    4138ATSIGN = %
    4239
    4340GCC_CFLAGS += -fno-zero-initialized-in-bss
    4441
    45 DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS) -D$(DMACHINE)
     42DEFS += -D__32_BITS__
    4643
    4744ARCH_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.