blob: 14c885ec55c5c8eba312371c48eb49fa178c9fd4 [file] [log] [blame]
Weijie Gaoe053ccf2022-09-09 19:59:16 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Configuration for MediaTek MT7981 SoC
4 *
5 * Copyright (C) 2022 MediaTek Inc.
6 * Author: Sam Shih <sam.shih@mediatek.com>
7 */
8
9#ifndef __MT7981_H
10#define __MT7981_H
11
Weijie Gaoe053ccf2022-09-09 19:59:16 +080012/* Uboot definition */
Tom Rini65cc0e22022-11-16 13:10:41 -050013#define CFG_SYS_UBOOT_BASE CONFIG_TEXT_BASE
Weijie Gaoe053ccf2022-09-09 19:59:16 +080014
15/* SPL -> Uboot */
Tom Rini65cc0e22022-11-16 13:10:41 -050016#define CFG_SYS_UBOOT_START CONFIG_TEXT_BASE
Weijie Gaoe053ccf2022-09-09 19:59:16 +080017
18/* DRAM */
Tom Riniaa6e94d2022-11-16 13:10:37 -050019#define CFG_SYS_SDRAM_BASE 0x40000000
Weijie Gaoe053ccf2022-09-09 19:59:16 +080020
21#endif