blob: 0b4109dc1f7a01bdc1989a181d73de7e9d7ef7e1 [file] [log] [blame]
Kongyang Liub64fc0e2024-01-28 15:05:25 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
4 *
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
10#define CFG_SYS_SDRAM_BASE 0x80000000
11
12#endif /* __CONFIG_H */