Changeset bcad855 in mainline for boot/arch/mips32/include/types.h


Ignore:
Timestamp:
2012-12-06T23:03:08Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f69f63d
Parents:
295732b
Message:

Use the SDRAM size as passed from YAMON.

  • Do not probe memory beyond the end of SDRAM.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/include/types.h

    r295732b rbcad855  
    4747
    4848typedef struct {
     49#if defined(MACHINE_lmalta) || defined(MACHINE_bmalta)
     50        uint32_t sdram_size;
     51#endif
    4952        uint32_t cpumap;
    5053        size_t cnt;
Note: See TracChangeset for help on using the changeset viewer.