18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  arch/arm/mach-ebsa110/include/mach/memory.h
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  Copyright (C) 1996-1999 Russell King.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci *  Changelog:
88c2ecf20Sopenharmony_ci *   20-Oct-1996 RMK	Created
98c2ecf20Sopenharmony_ci *   31-Dec-1997 RMK	Fixed definitions to reduce warnings
108c2ecf20Sopenharmony_ci *   21-Mar-1999 RMK	Renamed to memory.h
118c2ecf20Sopenharmony_ci *		 RMK	Moved TASK_SIZE and PAGE_OFFSET here
128c2ecf20Sopenharmony_ci */
138c2ecf20Sopenharmony_ci#ifndef __ASM_ARCH_MEMORY_H
148c2ecf20Sopenharmony_ci#define __ASM_ARCH_MEMORY_H
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci/*
178c2ecf20Sopenharmony_ci * Cache flushing area - SRAM
188c2ecf20Sopenharmony_ci */
198c2ecf20Sopenharmony_ci#define FLUSH_BASE_PHYS		0x40000000
208c2ecf20Sopenharmony_ci#define FLUSH_BASE		0xdf000000
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif
23