1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2020 MediaTek Inc. All Rights Reserved.
4  *
5  * Author: Weijie Gao <weijie.gao@mediatek.com>
6  */
7 
8 #ifndef __CONFIG_MT7620_H
9 #define __CONFIG_MT7620_H
10 
11 #define CFG_SYS_SDRAM_BASE		0x80000000
12 
13 #define CFG_SYS_INIT_SP_OFFSET		0x400000
14 
15 /* Dummy value */
16 #define CFG_SYS_UBOOT_BASE		0
17 
18 #endif /* __CONFIG_MT7620_H */
19