arm:define the physical memory range for the omap.
Change-Id: I256dbeb58fec5b95b48d521054810fe478fce67f
This commit is contained in:
parent
b98441772c
commit
a17691a98f
@ -3,4 +3,10 @@
|
|||||||
#ifndef _ARM_MEMORY_H
|
#ifndef _ARM_MEMORY_H
|
||||||
#define _ARM_MEMORY_H
|
#define _ARM_MEMORY_H
|
||||||
|
|
||||||
|
#if defined(DM37XX) || defined(AM335X)
|
||||||
|
/* omap */
|
||||||
|
#define PHYS_MEM_BEGIN 0x80000000
|
||||||
|
#define PHYS_MEM_END 0xbfffffff
|
||||||
|
#endif /* defined(DM37XX) || defined(AM335X) */
|
||||||
|
|
||||||
#endif /* _ARM_MEMORY_H */
|
#endif /* _ARM_MEMORY_H */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user