linuxOS_AP06/u-boot/drivers/ram/rockchip/sdram_rk3576.c

14 lines
211 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
// SPDX-License-Identifier: GPL-2.0
/*
* (C) Copyright 2023 Rockchip Electronics Co., Ltd.
*/
#include <common.h>
#ifdef CONFIG_TPL_BUILD
int sdram_init(void)
{
return (-1);
}
#endif /* CONFIG_TPL_BUILD */