xref: /rk3399_rockchip-uboot/drivers/ram/rockchip/sdram_rk3576.c (revision 1d38ed875d76ce3a81d4d204e3d7fc6bcb3af7bf)
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * (C) Copyright 2023 Rockchip Electronics Co., Ltd.
4  */
5 
6 #include <common.h>
7 
8 #ifdef CONFIG_TPL_BUILD
9 int sdram_init(void)
10 {
11 	return (-1);
12 }
13 #endif /* CONFIG_TPL_BUILD */
14