global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / mt7629.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Configuration for MediaTek MT7629 SoC
4  *
5  * Copyright (C) 2018 MediaTek Inc.
6  * Author: Ryder Lee <ryder.lee@mediatek.com>
7  */
8
9 #ifndef __MT7629_H
10 #define __MT7629_H
11
12 #include <linux/sizes.h>
13
14 /* Miscellaneous configurable options */
15
16 /* Environment */
17
18 #define CFG_SYS_UBOOT_BASE              (0x30000000 + CONFIG_SPL_PAD_TO)
19
20 /* SPL -> Uboot */
21
22 /* UBoot -> Kernel */
23
24 /* DRAM */
25 #define CFG_SYS_SDRAM_BASE              0x40000000
26
27 /* Ethernet */
28
29 #endif