• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  arch/arm/mach-ebsa110/include/mach/memory.h
4  *
5  *  Copyright (C) 1996-1999 Russell King.
6  *
7  *  Changelog:
8  *   20-Oct-1996 RMK	Created
9  *   31-Dec-1997 RMK	Fixed definitions to reduce warnings
10  *   21-Mar-1999 RMK	Renamed to memory.h
11  *		 RMK	Moved TASK_SIZE and PAGE_OFFSET here
12  */
13 #ifndef __ASM_ARCH_MEMORY_H
14 #define __ASM_ARCH_MEMORY_H
15 
16 /*
17  * Cache flushing area - SRAM
18  */
19 #define FLUSH_BASE_PHYS		0x40000000
20 #define FLUSH_BASE		0xdf000000
21 
22 #endif
23