blob: 3bc0c18a1e51cfe39e7be9047272715460a2b6be [file] [log] [blame]
Weijie Gaodd4fdc02020-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 Riniaa6e94d2022-11-16 13:10:37 -050011#define CFG_SYS_SDRAM_BASE 0x80000000
Weijie Gaodd4fdc02020-11-12 16:35:52 +080012
Weijie Gaofd9385a2023-07-19 17:15:47 +080013#define CFG_SYS_INIT_SP_OFFSET 0x400000
Weijie Gaodd4fdc02020-11-12 16:35:52 +080014
Weijie Gaodd4fdc02020-11-12 16:35:52 +080015/* Dummy value */
Tom Rini65cc0e22022-11-16 13:10:41 -050016#define CFG_SYS_UBOOT_BASE 0
Weijie Gaodd4fdc02020-11-12 16:35:52 +080017
18#endif /* __CONFIG_MT7620_H */