183d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2d9b88d25Smaxims@google.com /*
3*473f430bSryan_chen  * Copyright (C) ASPEED Technology Inc.
4d9b88d25Smaxims@google.com  * Copyright 2016 Google Inc
5d9b88d25Smaxims@google.com  */
6d9b88d25Smaxims@google.com 
7d9b88d25Smaxims@google.com #ifndef __CONFIG_H
8d9b88d25Smaxims@google.com #define __CONFIG_H
9d9b88d25Smaxims@google.com 
10d9b88d25Smaxims@google.com #include <configs/aspeed-common.h>
11d9b88d25Smaxims@google.com 
12d9b88d25Smaxims@google.com #define CONFIG_SYS_MEMTEST_START	(CONFIG_SYS_SDRAM_BASE + 0x300000)
13d9b88d25Smaxims@google.com #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + 0x5000000)
14d9b88d25Smaxims@google.com 
15d9b88d25Smaxims@google.com #define CONFIG_SYS_UBOOT_BASE		CONFIG_SYS_TEXT_BASE
16d9b88d25Smaxims@google.com 
17d9b88d25Smaxims@google.com /* Memory Info */
18d9b88d25Smaxims@google.com #define CONFIG_SYS_LOAD_ADDR		0x83000000
19d9b88d25Smaxims@google.com 
20d9b88d25Smaxims@google.com #endif	/* __CONFIG_H */
21