memory.h 173 B

1234567891011121314
  1. /*
  2. * arch/arm/mach-iop33x/include/mach/memory.h
  3. */
  4. #ifndef __MEMORY_H
  5. #define __MEMORY_H
  6. /*
  7. * Physical DRAM offset.
  8. */
  9. #define PLAT_PHYS_OFFSET UL(0x00000000)
  10. #endif