Changeset d7f8796c in mainline
- Timestamp:
- 2010-04-17T01:07:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf09311
- Parents:
- a3c4305
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/loader/main.c
ra3c4305 rd7f8796c 48 48 49 49 /** Kernel entry point address. */ 50 #define KERNEL_VIRTUAL_ADDRESS 0x80 20000050 #define KERNEL_VIRTUAL_ADDRESS 0x80800000 51 51 52 52 -
kernel/arch/arm32/_link.ld.in
ra3c4305 rd7f8796c 7 7 */ 8 8 9 #define KERNEL_LOAD_ADDRESS 0x80 2000009 #define KERNEL_LOAD_ADDRESS 0x80800000 10 10 11 11 OUTPUT_ARCH(arm)
Note:
See TracChangeset
for help on using the changeset viewer.