memory.h 355 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 1999 ARM Limited
  3. * Copyright (C) 2000 RidgeRun, Inc.
  4. * Copyright (C) 2008-2009 Telechips
  5. * Copyright (C) 2010 Hans J. Koch <hjk@linutronix.de>
  6. *
  7. * Licensed under the terms of the GPL v2.
  8. */
  9. #ifndef __ASM_ARCH_MEMORY_H
  10. #define __ASM_ARCH_MEMORY_H
  11. /*
  12. * Physical DRAM offset.
  13. */
  14. #define PLAT_PHYS_OFFSET UL(0x20000000)
  15. #endif