MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / configs / mt7620.h
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 CONFIG_SYS_SDRAM_BASE           0x80000000
12
13 #define CONFIG_SYS_INIT_SP_OFFSET       0x400000
14
15 /* SPL */
16
17 #define CONFIG_SYS_UBOOT_START          CONFIG_TEXT_BASE
18
19 /* Dummy value */
20 #define CONFIG_SYS_UBOOT_BASE           0
21
22 #endif /* __CONFIG_MT7620_H */