blob: 83a2fa090e888b46fb837f6c178e6abeb2154943 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* arch/arm/mach-h720x/include/mach/memory.h
*
* Copyright (c) 2000 Jungjun Kim
*
*/
#ifndef __ASM_ARCH_MEMORY_H
#define __ASM_ARCH_MEMORY_H
#define PHYS_OFFSET UL(0x40000000)
#endif
|