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