You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
168 B
14 lines
168 B
![]()
20 years ago
|
/*
|
||
![]()
17 years ago
|
* arch/arm/mach-iop32x/include/mach/memory.h
|
||
![]()
20 years ago
|
*/
|
||
|
|
||
![]()
19 years ago
|
#ifndef __MEMORY_H
|
||
|
#define __MEMORY_H
|
||
![]()
20 years ago
|
|
||
|
/*
|
||
|
* Physical DRAM offset.
|
||
|
*/
|
||
![]()
20 years ago
|
#define PHYS_OFFSET UL(0xa0000000)
|
||
![]()
20 years ago
|
|
||
|
#endif
|