Changeset 12 for tt-loader/2nd/config.h
- Timestamp:
- May 23, 2008, 12:59:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tt-loader/2nd/config.h
r11 r12 26 26 #define _CONFIG_H_ 27 27 28 // Default address in SRAM 28 // Default Linux commandline 29 #define KERNEL_CMDLINE "mem=64M console=ttyS0,115200 noinitrd root=/dev/mtdblock_bbs5" 30 31 // Default address in SRAM & RAM 32 #define RAM_SIZE 0x04000000 // 64M 33 #define CFG_BASESDRAM 0x10000000 29 34 #define CFG_LOADADDR 0x20000400 35 #define CFG_PARAMADDR CFG_BASESDRAM+0x100 36 #define INITRD_LOAD_ADDR 0x00800000 37 #define INITRD_SIZE 0x00000000 30 38 31 39 // Address to find jtag id, to check on which target we are running
Note: See TracChangeset
for help on using the changeset viewer.