2017-12-25 19:54:31 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2014-07-07 22:54:13 +00:00
|
|
|
/*
|
2011-02-14 07:33:10 +00:00
|
|
|
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com/
|
|
|
|
*
|
2020-01-04 15:20:51 +00:00
|
|
|
* Exynos - Memory map definitions
|
2017-12-25 19:54:31 +00:00
|
|
|
*/
|
2011-02-14 07:33:10 +00:00
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_MAP_H
|
|
|
|
#define __ASM_ARCH_MAP_H __FILE__
|
|
|
|
|
|
|
|
#include <plat/map-base.h>
|
|
|
|
|
|
|
|
#include <plat/map-s5p.h>
|
|
|
|
|
2012-02-11 13:15:45 +00:00
|
|
|
#define EXYNOS_PA_CHIPID 0x10000000
|
2011-02-14 07:33:10 +00:00
|
|
|
|
|
|
|
#endif /* __ASM_ARCH_MAP_H */
|