memory.h 576 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
  3. * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
  4. */
  5. /*
  6. * The code contained herein is licensed under the GNU General Public
  7. * License. You may obtain a copy of the GNU General Public License
  8. * Version 2 or later at the following locations:
  9. *
  10. * http://www.opensource.org/licenses/gpl-license.html
  11. * http://www.gnu.org/copyleft/gpl.html
  12. */
  13. #ifndef __ASM_ARCH_MEMORY_H
  14. #define __ASM_ARCH_MEMORY_H
  15. /*
  16. * Physical DRAM offset.
  17. */
  18. #define PLAT_PHYS_OFFSET UL(0x40000000)
  19. #endif