blob: 65cd6f5bc4c2bd0ef09ae2c527f1896784330e37 [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
Tom Rinibb4dd962022-11-16 13:10:37 -050011#define CFG_SYS_SDRAM_BASE 0x80000000
developer18ec8d62020-11-12 16:35:52 +080012
13#define CONFIG_SYS_INIT_SP_OFFSET 0x400000
14
developer18ec8d62020-11-12 16:35:52 +080015/* SPL */
developer18ec8d62020-11-12 16:35:52 +080016
Simon Glass72cc5382022-10-20 18:22:39 -060017#define CONFIG_SYS_UBOOT_START CONFIG_TEXT_BASE
developer18ec8d62020-11-12 16:35:52 +080018
19/* Dummy value */
20#define CONFIG_SYS_UBOOT_BASE 0
21
22#endif /* __CONFIG_MT7620_H */