map.h 353 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
  4. * http://www.samsung.com/
  5. *
  6. * EXYNOS - Memory map definitions
  7. */
  8. #ifndef __ASM_ARCH_MAP_H
  9. #define __ASM_ARCH_MAP_H __FILE__
  10. #include <plat/map-base.h>
  11. #include <plat/map-s5p.h>
  12. #define EXYNOS_PA_CHIPID 0x10000000
  13. #endif /* __ASM_ARCH_MAP_H */