blob: 0f6850f7240cc4580a8a7d7b5bf0a298f0b8993a [file] [log] [blame]
Chia-Wei Wang1c7ed532024-09-10 17:39:16 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) Aspeed Technology Inc.
4 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
9#define CFG_SYS_UBOOT_BASE CONFIG_TEXT_BASE
10#define CFG_SYS_SDRAM_BASE 0x80000000
11
12#endif /* __CONFIG_H */