blob: 14c885ec55c5c8eba312371c48eb49fa178c9fd4 [file] [log] [blame]
developer15dd2c82022-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
developer15dd2c82022-09-09 19:59:16 +080012/* Uboot definition */
Tom Rini6a5dccc2022-11-16 13:10:41 -050013#define CFG_SYS_UBOOT_BASE CONFIG_TEXT_BASE
developer15dd2c82022-09-09 19:59:16 +080014
15/* SPL -> Uboot */
Tom Rini6a5dccc2022-11-16 13:10:41 -050016#define CFG_SYS_UBOOT_START CONFIG_TEXT_BASE
developer15dd2c82022-09-09 19:59:16 +080017
18/* DRAM */
Tom Rinibb4dd962022-11-16 13:10:37 -050019#define CFG_SYS_SDRAM_BASE 0x40000000
developer15dd2c82022-09-09 19:59:16 +080020
21#endif