memmap.h 214 B

1234567891011
  1. #ifndef _ASM_ARCH_MEMMAP_H
  2. #define _ASM_ARCH_MEMMAP_H
  3. #define MEM_INTMEM_START (0x38000000)
  4. #define MEM_INTMEM_SIZE (0x00018000)
  5. #define MEM_DRAM_START (0x40000000)
  6. #define MEM_NON_CACHEABLE (0x80000000)
  7. #endif