Chia-Wei Wang | 1c7ed53 | 2024-09-10 17:39:16 +0800 | [diff] [blame] | 1 | /* 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 */ |