memory.h 196 B

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