Changeset 24241cf in mainline for arch/mips/boot
- Timestamp:
- 2005-09-10T17:30:56Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1493d9
- Parents:
- 9060bd1
- Location:
- arch/mips/boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/boot/Makefile
r9060bd1 r24241cf 14 14 15 15 ASFLAGS=-mips2 -I../../../include 16 LFLAGS=--oformat=binary - mips2 -e start -T _link.ld16 LFLAGS=--oformat=binary -e start -T _link.ld 17 17 18 18 .S.o: -
arch/mips/boot/boot.S
r9060bd1 r24241cf 34 34 35 35 #include <arch/asm/boot.h> 36 37 #ifndef KERNEL_LOAD_ADDRESS 38 # define KERNEL_LOAD_ADDRESS 0x80010000 39 #endif 36 40 37 41 .global start
Note:
See TracChangeset
for help on using the changeset viewer.
