Sign in
gem5
/
arm
/
linux
/
085c17ff6bacccb45201098e71f95675e08f0e17
/
.
/
arch
/
cris
/
include
/
arch-v32
/
mach-a3
/
mach
/
memmap.h
blob: 7b9a9a5699b2102d271e85e17d7b081f581c0278 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#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