Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fd3fdf11d3c649769e02459c5f1b8081a15e9007
/
.
/
include
/
asm-cris
/
arch-v32
/
mach-a3
/
memmap.h
blob: 7e15c9eb4e4902dffe4e0631f8111c34830174ce [
file
] [
log
] [
blame
]
#ifndef
_ASM_ARCH_MEMMAP_H
#define
_ASM_ARCH_MEMMAP_H
#define
MEM_INTMEM_START
(
0x38000000
)
#define
MEM_INTMEM_SIZE
(
0x00018000
)
#define
MEM_DRAM_START
(
0x40000000
)
#define
MEM_NON_CACHEABLE
(
0x80000000
)
#endif