[coldfire]: 2.6.31 support (WiP)
[openwrt.git] / target / linux / coldfire / files-2.6.31 / arch / m68k / include / asm / m5485sram.h
1 #ifndef SYS_SRAM_H
2 #define SYS_SRAM_H
3
4
5 #define SYS_SRAM_DMA_START (MCF_MBAR + 0x10000)
6 #define SYS_SRAM_DMA_SIZE 8192
7 #define SYS_SRAM_FEC_START (SYS_SRAM_DMA_START + SYS_SRAM_DMA_SIZE)
8 #define SYS_SRAM_FEC_SIZE 2048
9 #define SYS_SRAM_SEC_START (SYS_SRAM_FEC_START + SYS_SRAM_FEC_SIZE)
10 #define SYS_SRAM_SEC_SIZE 1280
11
12 #endif /* SYS_SRAM_H */
This page took 0.04107 seconds and 5 git commands to generate.