Changeset 389f41e in mainline for arch/mips32/boot/boot.S
- Timestamp:
- 2005-11-08T11:57:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f85c91
- Parents:
- 5b65205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/boot/boot.S
r5b65205 r389f41e 33 33 .set nomacro 34 34 35 #include <arch/asm/boot.h> 36 37 #ifndef KERNEL_LOAD_ADDRESS 38 # define KERNEL_LOAD_ADDRESS 0x80100000 39 #endif 35 #define KERNEL_LOAD_ADDRESS 0x80100000 40 36 41 37 .global start
Note:
See TracChangeset
for help on using the changeset viewer.