/* SPDX-License-Identifier: GPL-2.0-or-later */ | |
/* | |
* Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com> | |
* | |
*/ | |
#ifndef __CONFIG_H | |
#define __CONFIG_H | |
#define CFG_SYS_SDRAM_BASE 0x0 | |
#define CFG_SYS_NS16550_IER 0x40 /* UART Unit Enable */ | |
#endif /* __CONFIG_H */ |