memory.h 196 B

1234567891011
  1. /*
  2. * arch/arm/mach-h720x/include/mach/memory.h
  3. *
  4. * Copyright (c) 2000 Jungjun Kim
  5. *
  6. */
  7. #ifndef __ASM_ARCH_MEMORY_H
  8. #define __ASM_ARCH_MEMORY_H
  9. #define PLAT_PHYS_OFFSET UL(0x40000000)
  10. #endif