Changeset 4fade3e in mainline for arch/mips32
- Timestamp:
- 2005-09-20T10:07:16Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0a91d1
- Parents:
- 7e9769f
- Location:
- arch/mips32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/Makefile.inc
r7e9769f r4fade3e 49 49 # MSIM needs lwl/swl patch & 4kc instruction patch to work 50 50 # otherwise add -mmemcpy -mips3 51 ifeq (${MACHINE},msim4kc) 52 BFD = binary 53 CFLAGS += -msoft-float -march=4kc 54 KERNEL_LOAD_ADDRESS = 0x80100000 55 BFD_NAME=elf32-little 56 endif 57 51 58 ifeq (${MACHINE},msim) 52 59 BFD = binary 53 CFLAGS += -msoft-float -m arch=4kc60 CFLAGS += -msoft-float -mips3 54 61 KERNEL_LOAD_ADDRESS = 0x80100000 55 62 BFD_NAME=elf32-little -
arch/mips32/src/drivers/arc.c
r7e9769f r4fade3e 158 158 arc_memdescriptor_t *desc; 159 159 160 if (!arc_enabled()) { 161 printf("ARC not enabled.\n"); 160 if (!arc_enabled()) 162 161 return; 163 }164 162 165 163 printf("Memory map:\n");
Note:
See TracChangeset
for help on using the changeset viewer.