Changeset 12 for tt-loader/2nd/config.h


Ignore:
Timestamp:
May 23, 2008, 12:59:00 PM (16 years ago)
Author:
guillaume
Message:

Publication tt-loader v0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tt-loader/2nd/config.h

    r11 r12  
    2626#define _CONFIG_H_
    2727
    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
    2934#define CFG_LOADADDR                    0x20000400
     35#define CFG_PARAMADDR                   CFG_BASESDRAM+0x100
     36#define INITRD_LOAD_ADDR                0x00800000
     37#define INITRD_SIZE                             0x00000000
    3038
    3139// Address to find jtag id, to check on which target we are running
Note: See TracChangeset for help on using the changeset viewer.