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