blob: 703efcd8f34003d105c27cf21cb37ad8f04ca3c6 [file] [log] [blame]
developer18ec8d62020-11-12 16:35:52 +08001/* 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
developer18ec8d62020-11-12 16:35:52 +080011#define CONFIG_SYS_MIPS_TIMER_FREQ 290000000
12
developer18ec8d62020-11-12 16:35:52 +080013#define CONFIG_SYS_BOOTPARAMS_LEN 0x20000
14
15#define CONFIG_SYS_SDRAM_BASE 0x80000000
developer18ec8d62020-11-12 16:35:52 +080016
17#define CONFIG_SYS_INIT_SP_OFFSET 0x400000
18
19#define CONFIG_SYS_BOOTM_LEN 0x1000000
20
21#define CONFIG_SYS_MAXARGS 16
22#define CONFIG_SYS_CBSIZE 1024
23
developer18ec8d62020-11-12 16:35:52 +080024/* SPL */
developer18ec8d62020-11-12 16:35:52 +080025
26#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
27#define CONFIG_SPL_BSS_START_ADDR 0x80010000
28#define CONFIG_SPL_BSS_MAX_SIZE 0x10000
29#define CONFIG_SPL_MAX_SIZE 0x10000
30#define CONFIG_SPL_PAD_TO 0
31
32/* Dummy value */
33#define CONFIG_SYS_UBOOT_BASE 0
34
35#endif /* __CONFIG_MT7620_H */