global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / exynos5420-common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2013 Samsung Electronics
4  *
5  * Configuration settings for the SAMSUNG EXYNOS5420 SoC
6  */
7
8 #ifndef __CONFIG_EXYNOS5420_H
9 #define __CONFIG_EXYNOS5420_H
10
11 #define CFG_IRAM_TOP                    0x02074000
12
13 #define CFG_PHY_IRAM_BASE               0x02020000
14
15 /*
16  * Low Power settings
17  */
18 #define CFG_LOWPOWER_FLAG               0x02020028
19 #define CFG_LOWPOWER_ADDR               0x0202002C
20
21 #endif  /* __CONFIG_EXYNOS5420_H */