Path: blob/master/arch/arm/mach-ebsa110/include/mach/memory.h
10820 views
/*1* arch/arm/mach-ebsa110/include/mach/memory.h2*3* Copyright (C) 1996-1999 Russell King.4*5* This program is free software; you can redistribute it and/or modify6* it under the terms of the GNU General Public License version 2 as7* published by the Free Software Foundation.8*9* Changelog:10* 20-Oct-1996 RMK Created11* 31-Dec-1997 RMK Fixed definitions to reduce warnings12* 21-Mar-1999 RMK Renamed to memory.h13* RMK Moved TASK_SIZE and PAGE_OFFSET here14*/15#ifndef __ASM_ARCH_MEMORY_H16#define __ASM_ARCH_MEMORY_H1718/*19* Physical DRAM offset.20*/21#define PLAT_PHYS_OFFSET UL(0x00000000)2223/*24* Cache flushing area - SRAM25*/26#define FLUSH_BASE_PHYS 0x4000000027#define FLUSH_BASE 0xdf0000002829#endif303132