1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2020 MediaTek Inc. All Rights Reserved.
5 * Author: Weijie Gao <weijie.gao@mediatek.com>
8 #ifndef __CONFIG_MT7620_H
9 #define __CONFIG_MT7620_H
11 #define CFG_SYS_SDRAM_BASE 0x80000000
13 #define CFG_SYS_INIT_SP_OFFSET 0x400000
17 #define CFG_SYS_UBOOT_START CONFIG_TEXT_BASE
20 #define CFG_SYS_UBOOT_BASE 0
22 #endif /* __CONFIG_MT7620_H */