xref: /rk3399_rockchip-uboot/drivers/ram/rockchip/sdram_rk3576.c (revision e63a27f7a96beae2cdcc4ca813c8b95c07c7d2e6)
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